代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3589556
s cache.s
/*
* File: arch/blackfin/mach-common/cache.S
* Based on:
* Author: LG Soft India
*
* Created:
* Description: cache control support
*
* Modified:
* Copyright 2004-
www.eeworm.com/read/316872/3589863
c cache.c
#include
#include
#include
#include
/* This file is used to workaround a cache bug, Guinness TR 106. */
inline void flush_dma_d
www.eeworm.com/read/316872/3590168
c cache.c
/*
* linux/arch/m32r/mm/cache.c
*
* Copyright (C) 2002-2005 Hirokazu Takata, Hayato Fujiwara
*/
#include
#undef MCCR
#if defined(CONFIG_CHIP_XNUX2) || defined(CONFIG_CHIP_M32
www.eeworm.com/read/316872/3594928
c cache.c
/*
* Copyright (c) 2004 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Intel Corporation. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
www.eeworm.com/read/316872/3596738
h cache.h
/* $Id: cache.h,v 1.9 1999/08/14 03:51:58 anton Exp $
* cache.h: Cache specific code for the Sparc. These include flushing
* and direct tag/data line access.
*
* Copyright (C) 1995 Dav
www.eeworm.com/read/316872/3596955
h cache.h
#ifndef _ARCH_X86_CACHE_H
#define _ARCH_X86_CACHE_H
/* L1 cache line size */
#define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
#define L1_CACHE_BYTES (1
www.eeworm.com/read/316872/3597374
h cache.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1997
www.eeworm.com/read/316872/3597733
h cache.h
#ifndef __ASM_AVR32_CACHE_H
#define __ASM_AVR32_CACHE_H
#define L1_CACHE_SHIFT 5
#define L1_CACHE_BYTES (1
www.eeworm.com/read/316872/3597864
h cache.h
/*
* include/asm-sparc64/cache.h
*/
#ifndef __ARCH_SPARC64_CACHE_H
#define __ARCH_SPARC64_CACHE_H
/* bytes per L1 cache line */
#define L1_CACHE_SHIFT 5
#define L1_CACHE_BYTES 32 /* T
www.eeworm.com/read/316872/3598348
h cache.h
#ifndef __LINUX_CACHE_H
#define __LINUX_CACHE_H
#include
#include
#ifndef L1_CACHE_ALIGN
#define L1_CACHE_ALIGN(x) ALIGN(x, L1_CACHE_BYTES)
#endif
#ifndef SMP_CACHE_B