Home
last modified time | relevance | path

Searched refs:cpufunc_nullop (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/arm/arm/
H A Dcpufunc.c77 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
78 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
79 .cf_l2cache_inv_range = (void *)cpufunc_nullop,
80 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
81 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
84 .cf_sleep = (void *)cpufunc_nullop,
100 .cf_l2cache_wbinv_all = cpufunc_nullop,
101 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
102 .cf_l2cache_inv_range = (void *)cpufunc_nullop,
103 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
[all …]
H A Dcpufunc_asm.S51 ENTRY(cpufunc_nullop)
53 END(cpufunc_nullop)
H A Dplatform.c217 cpufunc_nullop(); in platform_delay()
H A Dmpcore_timer.c547 cpufunc_nullop(); /* Prevent gcc from optimizing in DELAY()
H A Dgeneric_timer.c878 cpufunc_nullop(); in DELAY()
/freebsd/sys/riscv/include/
H A Dcpufunc.h164 #define cpufunc_nullop() riscv_nullop() macro
/freebsd/sys/arm/include/
H A Dcpufunc.h89 void cpufunc_nullop (void);
/freebsd/sys/arm64/include/
H A Dcpufunc.h190 #define cpufunc_nullop() arm64_nullop() macro
/freebsd/sys/riscv/riscv/
H A Dtimer.c294 cpufunc_nullop(); in DELAY()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_ccm.c470 cpufunc_nullop(); in ccm_attach()