Searched refs:cpufunc_nullop (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/sys/arm/arm/ |
| HD | cpufunc.c | 94 cpufunc_nullop, /* cpwait */ 120 cpufunc_nullop, /* l2cache_wbinv_all */ 121 (void *)cpufunc_nullop, /* l2cache_wbinv_range */ 122 (void *)cpufunc_nullop, /* l2cache_inv_range */ 123 (void *)cpufunc_nullop, /* l2cache_wb_range */ 124 (void *)cpufunc_nullop, /* l2cache_drain_writebuf */ 130 (void *)cpufunc_nullop, /* sleep */ 145 cpufunc_nullop, /* cpwait */ 172 cpufunc_nullop, /* l2cache_wbinv_all */ 173 (void *)cpufunc_nullop, /* l2cache_wbinv_range */ [all …]
|
| HD | cpufunc_asm.S | 51 ENTRY(cpufunc_nullop) 53 END(cpufunc_nullop)
|
| HD | platform.c | 217 cpufunc_nullop(); in platform_delay()
|
| HD | mpcore_timer.c | 509 cpufunc_nullop(); /* Prevent gcc from optimizing in arm_tmr_DELAY()
|
| HD | generic_timer.c | 534 cpufunc_nullop(); in DELAY()
|
| HD | pmap-v4.c | 480 if (cpufuncs.cf_dcache_wb_range == (void *) cpufunc_nullop) { in pmap_pte_init_generic()
|
| /freebsd-11-stable/sys/arm/amlogic/aml8726/ |
| HD | aml8726_machdep.c | 125 cpufuncs.cf_sleep = (void *)cpufunc_nullop; in platform_gpio_init()
|
| HD | aml8726_timer.c | 347 cpufunc_nullop(); in DELAY()
|
| /freebsd-11-stable/sys/riscv/include/ |
| HD | cpufunc.h | 99 #define cpufunc_nullop() riscv_nullop() macro
|
| /freebsd-11-stable/sys/arm/samsung/exynos/ |
| HD | exynos5_mct.c | 115 cpufunc_nullop(); in arm_tmr_attach()
|
| /freebsd-11-stable/sys/arm64/include/ |
| HD | cpufunc.h | 130 #define cpufunc_nullop() arm64_nullop() macro
|
| /freebsd-11-stable/sys/riscv/riscv/ |
| HD | timer.c | 274 cpufunc_nullop(); in DELAY()
|
| /freebsd-11-stable/sys/arm/versatile/ |
| HD | sp804.c | 340 cpufunc_nullop(); in DELAY()
|
| /freebsd-11-stable/sys/arm/ti/am335x/ |
| HD | am335x_dmtimer.c | 374 cpufunc_nullop(); in DELAY()
|
| /freebsd-11-stable/sys/arm/freescale/vybrid/ |
| HD | vf_ccm.c | 472 cpufunc_nullop(); in ccm_attach()
|
| /freebsd-11-stable/sys/arm/freescale/imx/ |
| HD | imx_epit.c | 521 cpufunc_nullop(); in DELAY()
|
| HD | imx_gpt.c | 419 cpufunc_nullop(); in DELAY()
|
| /freebsd-11-stable/sys/arm/include/ |
| HD | cpufunc.h | 209 void cpufunc_nullop (void);
|