代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/302488/13833815
s cloader.s
/*****************************************
Copyright (c) 2001-2002
Sigma Designs, Inc. All Rights Reserved
Proprietary and Confidential
*****************************************/
/* This is file
www.eeworm.com/read/136108/13872248
s init.s
IMPORT Main
AREA Init,CODE,READONLY
ENTRY
LDR R0,=0x3FF0000
LDR R1,=0xE7FFFF80 ;配置SYSCFG,片内4K Cache,4K SRAM
STR R1,[R0]
LDR SP,=0x3FE1000 ;SP指向4K SRAM的尾指针,堆栈向下生成
BL Main
B .
www.eeworm.com/read/300969/13877002
makefile
# Makefile for fs
# Directories
u = /usr
i = $u/include
s = $i/sys
h = $i/minix
# Programs, flags, etc.
CC = exec cc
CFLAGS = -I$i
LDFLAGS = -i
OBJ = main.o open.o read.o write.o pipe.
www.eeworm.com/read/152843/5665243
h cacheflush.h
/*
* include/asm-sh/cpu-sh3/cacheflush.h
*
* Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in
www.eeworm.com/read/152814/5666452
h kernel_sunos5.h
/*- This is a -*- C -*- compatible header file
*
* Generic public interface for SUNOS5_INSTRUMENTATION
*
* This file contains manifest constants (#defines), macros, enumerations,
* public structu
www.eeworm.com/read/152695/5669462
s init.s
/*------------------------------------------------------------------------------+
*
* This source code has been made available to you by IBM on an AS-IS
* basis. Anyone receiving this
www.eeworm.com/read/152695/5670720
s init.s
/*------------------------------------------------------------------------------+ */
/* */
/* This source code has been made available to you by IBM on an AS-IS */
/* basis. Anyone rec
www.eeworm.com/read/152661/5671940
c flash_program_buf.c
//==========================================================================
//
// flash_program_buf.c
//
// Flash programming
//
//==========================================================
www.eeworm.com/read/152661/5671945
c flash_erase_block.c
//==========================================================================
//
// flash_erase_block.c
//
// Flash programming
//
//==========================================================
www.eeworm.com/read/152661/5671957
c flash_query.c
//==========================================================================
//
// flash_query.c
//
// Flash programming - query device
//
//=================================================