Searched refs:ARCH_STATIC_BRANCH_ASM (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | jump_label.h | 25 #define ARCH_STATIC_BRANCH_ASM(key, label) \ macro 29 #define ARCH_STATIC_BRANCH_ASM(key, label) \ macro 36 asm goto(ARCH_STATIC_BRANCH_ASM("%c0 + %c1", "%l[l_yes]") in arch_static_branch()
|
/linux/arch/loongarch/include/asm/ |
H A D | jump_label.h | 24 #define ARCH_STATIC_BRANCH_ASM(key, label) \ macro 31 ARCH_STATIC_BRANCH_ASM("%0", "%l[l_yes]") in arch_static_branch()
|
/linux/arch/arm64/include/asm/ |
H A D | jump_label.h | 27 #define ARCH_STATIC_BRANCH_ASM(key, label) \ macro 37 ARCH_STATIC_BRANCH_ASM("%c0", "%l[l_yes]") in arch_static_branch()
|
/linux/arch/arm/include/asm/ |
H A D | jump_label.h | 13 #define ARCH_STATIC_BRANCH_ASM(key, label) \ macro 22 asm goto(ARCH_STATIC_BRANCH_ASM("%c0", "%l[l_yes]") in arch_static_branch()
|
/linux/arch/riscv/include/asm/ |
H A D | jump_label.h | 27 #define ARCH_STATIC_BRANCH_ASM(key, label) \ macro 40 ARCH_STATIC_BRANCH_ASM("%0", "%l[label]") in arch_static_branch()
|
/linux/rust/kernel/ |
H A D | generated_arch_static_branch_asm.rs.S | 7 ::kernel::concat_literals!(ARCH_STATIC_BRANCH_ASM("{symb} + {off} + {branch}", "{l_yes}"))
|