Searched refs:cpu_fiq (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | vectors.S | 140 vector_func el1h_fiq_handler, 1, 1, cpu_fiq 145 vector_func el0_fiq_handler, 0, 1, cpu_fiq 150 vector_func el0_32fiq_handler, 0, 1, cpu_fiq, ro
|
H A D | trap.c | 551 cpu_fiq(struct trapframe *tf) in cpu_fiq() function
|
/netbsd-src/sys/arch/aarch64/include/ |
H A D | machdep.h | 115 void cpu_fiq(struct trapframe *);
|