Home
last modified time | relevance | path

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

/f-stack/freebsd/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,
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 Dcpufunc_asm.S51 ENTRY(cpufunc_nullop)
53 END(cpufunc_nullop)
H A Dplatform.c219 cpufunc_nullop(); in platform_delay()
H A Dmpcore_timer.c552 cpufunc_nullop(); /* Prevent gcc from optimizing in DELAY()
H A Dgeneric_timer.c583 cpufunc_nullop(); in DELAY()
/f-stack/freebsd/arm64/include/
H A Dcpufunc.h221 #define cpufunc_nullop() arm64_nullop() macro
/f-stack/freebsd/arm/include/
H A Dcpufunc.h91 void cpufunc_nullop (void);
/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_ccm.c473 cpufunc_nullop(); in ccm_attach()