Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

cache.h File Reference

Cache parameters. More...

#include <kernel/config.h>

Go to the source code of this file.

Defines

#define L1_CACHE_SHIFT   CONFIG_X86_L1_CACHE_SHIFT
 The L1 cache line size (how many bits are used). The L1 cache line size (how many bits are used).

#define L1_CACHE_BYTES   (1 << L1_CACHE_SHIFT)
 The L1 cache line size (in bytes).


Detailed Description

Cache parameters.

Author:
Andrea Righi <drizzt@inwind.it>
Date:
Last update: 2004-01-12
Note:
Copyright (©) 2003 Andrea Righi

Definition in file cache.h.


Define Documentation

#define L1_CACHE_BYTES   (1 << L1_CACHE_SHIFT)
 

The L1 cache line size (in bytes).

Definition at line 57 of file cache.h.

#define L1_CACHE_SHIFT   CONFIG_X86_L1_CACHE_SHIFT
 

The L1 cache line size (how many bits are used). The L1 cache line size (how many bits are used).

Definition at line 55 of file cache.h.


Generated on Fri Feb 20 15:32:17 2004 for Minirighi by doxygen1.2.18