代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/200288/5067648
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/200288/5067681
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
www.eeworm.com/read/200288/5067741
s cache.s
#include
#include
#include
#include
#include
#include
#include
#ifndef CACHE_LINE_SIZE
# define CACHE_LINE_
www.eeworm.com/read/198916/5080850
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems
www.eeworm.com/read/198916/5081084
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems
www.eeworm.com/read/196926/5100034
c cache.c
#include "instr.h"
#include "emul.h"
int
decode_cache(MIPS_State* mstate, Instr instr) //Use in Cache Instruction, it's unuseable in R3000
{
// CP0 is usable in kernel mode or when the CU bit i
www.eeworm.com/read/196926/5100036
h cache.h
#ifndef _CACHE_H_
#define _CACHE_H_
#include "types.h"
/* This header describes a physically-indexed, physically-taged MIPS cache.
* Both direct mapped and n-way set-associative caches are supporte
www.eeworm.com/read/196926/5100064
c cache.c
#include "armdefs.h"
/* mmu cache init
*
* @cache_t :cache_t to init
* @width :cache line width in byte
* @way :way of each cache set
* @set :cache set num
*
* $ -1: error
* 0: sucess
*/
www.eeworm.com/read/196926/5100065
h cache.h
#ifndef _MMU_CACHE_H_
#define _MMU_CACHE_H_
typedef struct cache_line_t
{
ARMword tag; /* cache line align address |
bit2: last half dirty
bit1: first half dirty
bit0: cac
www.eeworm.com/read/196550/5101730
c cache.c
//koodailar add for mingw 2005.12.18 ----------------------------------------
#ifdef __MINGW32__
#include "arch/arm/common/armdefs.h"
#else
#include "armdefs.h"
#endif
// end -------------------------