Searched refs:ARCH_STATIC_BRANCH_ASM (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/include/asm/ |
| 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()
|
| /arch/loongarch/include/asm/ |
| 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()
|
| /arch/arm/include/asm/ |
| 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()
|
| /arch/arm64/include/asm/ |
| 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()
|
| /arch/riscv/include/asm/ |
| 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()
|
Completed in 8 milliseconds