Searched refs:cpufunc_nullop (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | cpufunc.c | 77 .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 D | cpufunc_asm.S | 51 ENTRY(cpufunc_nullop) 53 END(cpufunc_nullop)
|
H A D | platform.c | 217 cpufunc_nullop(); in platform_delay()
|
H A D | mpcore_timer.c | 547 cpufunc_nullop(); /* Prevent gcc from optimizing in DELAY()
|
H A D | generic_timer.c | 878 cpufunc_nullop(); in DELAY()
|
/freebsd/sys/riscv/include/ |
H A D | cpufunc.h | 164 #define cpufunc_nullop() riscv_nullop() macro
|
/freebsd/sys/arm/include/ |
H A D | cpufunc.h | 89 void cpufunc_nullop (void);
|
/freebsd/sys/arm64/include/ |
H A D | cpufunc.h | 190 #define cpufunc_nullop() arm64_nullop() macro
|
/freebsd/sys/riscv/riscv/ |
H A D | timer.c | 294 cpufunc_nullop(); in DELAY()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_ccm.c | 470 cpufunc_nullop(); in ccm_attach()
|