Searched refs:JUMP_TABLE_ENTRY (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | jump_label.h | 15 #define JUMP_TABLE_ENTRY(key, label) \ macro 27 JUMP_TABLE_ENTRY(key " + 2", label) 31 JUMP_TABLE_ENTRY(key, label) 48 JUMP_TABLE_ENTRY("%c0 + %c1", "%l[l_yes]") in arch_static_branch_jump()
|
/linux/arch/loongarch/include/asm/ |
H A D | jump_label.h | 17 #define JUMP_TABLE_ENTRY(key, label) \ macro 26 JUMP_TABLE_ENTRY(key, label) 44 JUMP_TABLE_ENTRY("%0", "%l[l_yes]") in arch_static_branch_jump()
|
/linux/arch/arm64/include/asm/ |
H A D | jump_label.h | 19 #define JUMP_TABLE_ENTRY(key, label) \ macro 29 JUMP_TABLE_ENTRY(key, label) 53 JUMP_TABLE_ENTRY("%c0", "%l[l_yes]") in arch_static_branch_jump()
|
/linux/arch/riscv/include/asm/ |
H A D | jump_label.h | 19 #define JUMP_TABLE_ENTRY(key, label) \ macro 34 JUMP_TABLE_ENTRY(key, label) 55 JUMP_TABLE_ENTRY(key, label)
|