代码搜索:Cache

找到约 10,000 项符合「Cache」的源代码

代码结果 10,000
www.eeworm.com/read/490851/1195767

c cache.c

/* * (C) Copyright 2007 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Author: Igor Lisitsin * * See file CREDITS for list of people who contributed to this * pr
www.eeworm.com/read/490530/1198072

c cache.c

/* vi: set sw=4 ts=4: */ /* * cache.c - allocation/initialization/free routines for cache * * Copyright (C) 2001 Andreas Dilger * Copyright (C) 2003 Theodore Ts'o * * %Begin-Header% * This file
www.eeworm.com/read/489559/1216796

c cache.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/489559/1216808

s cache.s

/* * (C) Copyright 2004, Psyent Corporation * Scott McNutt * * See file CREDITS for list of people who contributed to this * project. * * This program is f
www.eeworm.com/read/489559/1216963

h cache.h

/* * (C) Copyright 2004, Psyent Corporation * Scott McNutt * * See file CREDITS for list of people who contributed to this * project. * * This program is f
www.eeworm.com/read/489559/1217372

h cache.h

/*FIXME: Implement this! */
www.eeworm.com/read/489559/1217594

h cache.h

/* * include/asm-ppc/cache.h */ #ifndef __ARCH_PPC_CACHE_H #define __ARCH_PPC_CACHE_H #include #include /* bytes per L1 cache line */ #if !defined(CONFIG_8xx) ||
www.eeworm.com/read/489559/1217707

s cache.s

/* * Cache-handling routined for MIPS 4K CPUs * * Copyright (c) 2003 Wolfgang Denk * * See file CREDITS for list of people who contributed to this * project. * * This program is
www.eeworm.com/read/489559/1217721

s cache.s

#include #include #include #include #include #include #include #ifndef CACHE_LINE_SIZE # define CACHE_LINE_S
www.eeworm.com/read/489559/1217801

s cache.s

#define ASSEMBLY #include #include .text .align 2 ENTRY(blackfin_icache_flush_range) R2 = -32; R2 = R0 & R2; P0 = R2; P1 = R1; CSYNC; 1: IFLUSH[P0++