OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sh_tlb_update
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sh3/sh3/
mmu.c
47
void (*
__sh_tlb_update
)(int, vaddr_t, uint32_t);
variable in typeref:typename:void (*)(int,vaddr_t,uint32_t)
65
__sh_tlb_update
= sh3_tlb_update;
72
__sh_tlb_update
= sh4_tlb_update;
/src/sys/arch/sh3/include/
mmu.h
81
extern void (*
__sh_tlb_update
)(int, vaddr_t, uint32_t);
87
#define sh_tlb_update(a, va, pte) (*
__sh_tlb_update
)(a, va, pte)
Completed in 13 milliseconds
Indexes created Sat Nov 08 18:09:48 GMT 2025