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

/freebsd-13-stable/sys/arm/arm/
H A Dcpufunc.c82 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
83 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
84 .cf_l2cache_inv_range = (void *)cpufunc_nullop,
85 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
86 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
89 .cf_sleep = (void *)cpufunc_nullop,
99 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
100 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
101 .cf_l2cache_inv_range = (void *)cpufunc_nullop,
102 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
[all...]
H A Dcpufunc_asm.S51 ENTRY(cpufunc_nullop)
53 END(cpufunc_nullop)
H A Dplatform.c219 cpufunc_nullop();
H A Dmpcore_timer.c552 cpufunc_nullop(); /* Prevent gcc from optimizing
H A Dgeneric_timer.c583 cpufunc_nullop();
/freebsd-13-stable/sys/riscv/include/
H A Dcpufunc.h130 #define cpufunc_nullop() riscv_nullop() macro
/freebsd-13-stable/sys/arm/include/
H A Dcpufunc.h91 void cpufunc_nullop (void);
/freebsd-13-stable/sys/arm64/include/
H A Dcpufunc.h221 #define cpufunc_nullop() arm64_nullop() macro
/freebsd-13-stable/sys/riscv/riscv/
H A Dtimer.c276 cpufunc_nullop();
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_ccm.c473 cpufunc_nullop();

Completed in 175 milliseconds