OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAUSE_INTERRUPT_P
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/riscv/riscv/
interrupt.c
62
KASSERT(
CAUSE_INTERRUPT_P
(cause));
trap.c
263
if (
CAUSE_INTERRUPT_P
(cause))
585
KASSERT(!
CAUSE_INTERRUPT_P
(cause));
/src/sys/arch/riscv/fdt/
intc_fdt.c
260
KASSERT(
CAUSE_INTERRUPT_P
(cause));
/src/sys/arch/riscv/include/
sysreg.h
244
#define
CAUSE_INTERRUPT_P
(cause) ((cause) & __BIT(XLEN - 1))
Completed in 45 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025