Searched refs:swap_ex_entry_fixup (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/arch/s390/include/asm/ |
D | extable.h | 43 static inline void swap_ex_entry_fixup(struct exception_table_entry *a, in swap_ex_entry_fixup() function 55 #define swap_ex_entry_fixup swap_ex_entry_fixup macro
|
/linux-5.19.10/lib/ |
D | extable.c | 36 #ifdef swap_ex_entry_fixup in swap_ex() 37 swap_ex_entry_fixup(x, y, tmp, delta); in swap_ex()
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | extable.h | 26 #define swap_ex_entry_fixup(a, b, tmp, delta) \ macro
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | extable.h | 25 #define swap_ex_entry_fixup(a, b, tmp, delta) \ macro
|
/linux-5.19.10/arch/alpha/include/asm/ |
D | extable.h | 50 #define swap_ex_entry_fixup(a, b, tmp, delta) \ macro
|
/linux-5.19.10/arch/x86/include/asm/ |
D | extable.h | 30 #define swap_ex_entry_fixup(a, b, tmp, delta) \ macro
|