Go to the source code of this file.
#define DTLB_FIXED 0x00800000 /* First fixed DTLB, see head.S */ |
#define DTLB_LAST_VAR_UNRESTRICTED 0x008003F0 /* Last DTLB */ |
#define for_each_dtlb_entry |
( |
|
tlb | ) |
|
Value:
tlb <= cpu_data->
dtlb.last; \
for_each_dtlb_entry - Iterate over free (non-wired) DTLB entries
: TLB entry
Definition at line 28 of file tlb_64.h.
#define for_each_itlb_entry |
( |
|
tlb | ) |
|
Value:
tlb <= cpu_data->
itlb.last; \
for_each_itlb_entry - Iterate over free (non-wired) ITLB entries
: TLB entry
Definition at line 38 of file tlb_64.h.
#define ITLB_FIXED 0x00000000 /* First fixed ITLB, see head.S */ |
#define ITLB_LAST_VAR_UNRESTRICTED 0x000003F0 /* Last ITLB */ |
#define sh64_get_wired_dtlb_entry |
( |
|
void | ) |
(0) |
#define sh64_next_free_dtlb_entry |
( |
|
void | ) |
(0) |
#define sh64_put_wired_dtlb_entry |
( |
|
entry | ) |
do { } while (0) |
#define sh64_setup_tlb_slot |
( |
|
conf, |
|
|
|
virt, |
|
|
|
asid, |
|
|
|
phys |
|
) |
| do { } while (0) |
#define sh64_teardown_tlb_slot |
( |
|
addr | ) |
do { } while (0) |
#define sh64_tlb_init |
( |
|
void | ) |
do { } while (0) |