Searched defs:_cpu (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | aplic.c | 137 #define APLIC_IDC_REG(_sc, _cpu, _field) \ argument 141 #define APLIC_IDC_IDELIVERY(_sc, _cpu) \ argument 144 #define APLIC_IDC_IFORCE(_sc, _cpu) \ argument 147 #define APLIC_IDC_ITHRESHOLD(_sc, _cpu) \ argument 150 #define APLIC_IDC_TOPI(_sc, _cpu) \ argument 153 #define APLIC_IDC_CLAIMI(_sc, _cpu) \ argument 156 #define APLIC_MK_IRQ_TARGET(_sc, _cpu, _prio) \ argument
|
H A D | plic.c | 69 #define PLIC_ENABLE(_sc, _irq, _cpu) \ argument 71 #define PLIC_THRESHOLD(_sc, _cpu) \ argument 73 #define PLIC_CLAIM(_sc, _cpu) \ argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | cpu.h | 76 #define cpumask_of(_cpu) (lkpi_get_static_single_cpu_mask(_cpu)) argument
|