OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcache_flush_page
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc64/sparc64/
cache.c
63
dcache_flush_page
(pa);
66
void (*
dcache_flush_page
)(paddr_t) = dcache_flush_page_us;
variable in typeref:typename:void (*)(paddr_t)
108
dcache_flush_page
= (void (*)(paddr_t)) cache_nop;
117
dcache_flush_page
= dcache_flush_page_usiii;
125
dcache_flush_page
= smp_dcache_flush_page_allcpu;
cache.h
113
extern void (*
dcache_flush_page
)(paddr_t);
134
#define dcache_flush_page_all(pa)
dcache_flush_page
(pa)
135
#define dcache_flush_page_cpuset(pa,cs)
dcache_flush_page
(pa)
Completed in 28 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025