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 28 JUMP_TABLE_ENTRY(key " + 2", label) 32 JUMP_TABLE_ENTRY(key, label) 49 JUMP_TABLE_ENTRY("%c0 + %c1", "%l[l_yes]") in arch_static_branch_jump()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | jump_label.h | 25 #define JUMP_TABLE_ENTRY(key, label) \ macro 34 JUMP_TABLE_ENTRY(key, label) 52 JUMP_TABLE_ENTRY("%0", "%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)
|
| /linux/arch/openrisc/include/asm/ |
| H A D | jump_label.h | 30 #define JUMP_TABLE_ENTRY(key, label) \ macro 41 JUMP_TABLE_ENTRY(key, label) 58 JUMP_TABLE_ENTRY(key, label)
|