OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpufunc_nullop
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/arm/
cpufunc.c
131
.cf_cpwait =
cpufunc_nullop
,
152
.cf_icache_sync_all =
cpufunc_nullop
,
153
.cf_icache_sync_range = (void *)
cpufunc_nullop
,
158
.cf_dcache_wb_range = (void *)
cpufunc_nullop
,
160
.cf_sdcache_wbinv_range = (void *)
cpufunc_nullop
,
161
.cf_sdcache_inv_range = (void *)
cpufunc_nullop
,
162
.cf_sdcache_wb_range = (void *)
cpufunc_nullop
,
169
.cf_flush_prefetchbuf =
cpufunc_nullop
,
170
.cf_drain_writebuf =
cpufunc_nullop
,
171
.cf_flush_brnchtgt_C =
cpufunc_nullop
,
[
all
...]
cpufunc_asm.S
50
ENTRY(
cpufunc_nullop
)
function
52
END(
cpufunc_nullop
)
/src/sys/arch/arm/include/
cpufunc.h
272
void
cpufunc_nullop
(void);
/src/sys/arch/arm/arm32/
arm32_machdep.c
415
if (cpufuncs.cf_sleep == (void *)
cpufunc_nullop
)
pmap.c
7314
if (cpufuncs.cf_dcache_wb_range == (void *)
cpufunc_nullop
Completed in 25 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026