/openbsd/sys/arch/arm64/include/ |
H A D | softintr.h | 82 void softintr(int); 93 softintr(__si->softintr_ssir); \
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | softintr.h | 81 void softintr(int); 92 softintr(__si->softintr_ssir); \
|
/openbsd/sys/arch/riscv64/include/ |
H A D | softintr.h | 82 void softintr(int); 93 softintr(__si->softintr_ssir); \
|
/openbsd/sys/arch/i386/include/ |
H A D | intr.h | 55 extern void softintr(int); 188 softintr(__si->softintr_ssir); \
|
/openbsd/sys/arch/amd64/include/ |
H A D | intr.h | 111 void softintr(int); 266 softintr(__si->softintr_ssir); \
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | softintr.c | 193 softintr(int intrq) in softintr() function
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | softintr.c | 193 softintr(int intrq) in softintr() function
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | softintr.c | 192 softintr(int intrq) in softintr() function
|
/openbsd/sys/arch/mips64/conf/ |
H A D | files.mips64 | 11 file arch/mips64/mips64/softintr.c
|
/openbsd/sys/arch/powerpc/conf/ |
H A D | files.powerpc | 17 file arch/powerpc/powerpc/softintr.c
|
/openbsd/distrib/sets/lists/comp/ |
H A D | md.powerpc64 | 45 ./usr/include/powerpc64/softintr.h
|
H A D | md.riscv64 | 45 ./usr/include/riscv64/softintr.h
|
H A D | md.arm64 | 49 ./usr/include/arm64/softintr.h
|
H A D | md.armv7 | 46 ./usr/include/arm/softintr.h
|
/openbsd/sys/arch/armv7/conf/ |
H A D | files.armv7 | 19 file arch/arm/arm/softintr.c
|
/openbsd/sys/arch/m88k/conf/ |
H A D | files.m88k | 22 file arch/m88k/m88k/softintr.c
|
/openbsd/sys/arch/powerpc64/conf/ |
H A D | files.powerpc64 | 29 file arch/powerpc64/powerpc64/softintr.c
|
/openbsd/sys/arch/riscv64/conf/ |
H A D | files.riscv64 | 32 file arch/riscv64/riscv64/softintr.c
|
/openbsd/sys/arch/amd64/conf/ |
H A D | files.amd64 | 29 file arch/amd64/amd64/softintr.c
|
/openbsd/sys/arch/arm64/conf/ |
H A D | files.arm64 | 30 file arch/arm64/arm64/softintr.c
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | intr.c | 816 softintr(int sir) function
|
/openbsd/sys/arch/i386/conf/ |
H A D | files.i386 | 45 file arch/i386/i386/softintr.c
|
/openbsd/sys/arch/i386/i386/ |
H A D | machdep.c | 3902 softintr(int sir) in softintr() function
|