代码搜索:Cache

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

代码结果 10,000
www.eeworm.com/read/13911/286929

h cache.h

/****************************************************************************** File : Cache.h Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descripti
www.eeworm.com/read/15240/438716

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/15240/438728

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/15240/438885

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/15240/439292

h cache.h

/*FIXME: Implement this! */
www.eeworm.com/read/15240/439515

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/15240/439628

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/15240/439642

s cache.s

#include #include #include #include #include #include #include #ifndef CACHE_LINE_SIZE # define CACHE_LINE_S
www.eeworm.com/read/15240/439723

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++
www.eeworm.com/read/15240/439756

c cache.c

/* * Copyright (C) 2004-2006 Atmel Corporation * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * mod