Searched refs:cpufunc_nullop (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | cpufunc.c | 82 .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, 89 .cf_sleep = (void *)cpufunc_nullop, 99 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop, 101 .cf_l2cache_inv_range = (void *)cpufunc_nullop, 102 .cf_l2cache_wb_range = (void *)cpufunc_nullop, 121 .cf_l2cache_wbinv_all = cpufunc_nullop, 123 .cf_l2cache_inv_range = (void *)cpufunc_nullop, [all …]
|
| H A D | cpufunc_asm.S | 51 ENTRY(cpufunc_nullop) 53 END(cpufunc_nullop)
|
| H A D | platform.c | 219 cpufunc_nullop(); in platform_delay()
|
| H A D | mpcore_timer.c | 552 cpufunc_nullop(); /* Prevent gcc from optimizing in DELAY()
|
| H A D | generic_timer.c | 583 cpufunc_nullop(); in DELAY()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | cpufunc.h | 221 #define cpufunc_nullop() arm64_nullop() macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | cpufunc.h | 91 void cpufunc_nullop (void);
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_ccm.c | 473 cpufunc_nullop(); in ccm_attach()
|