Searched refs:jump_label (Results 1 – 16 of 16) sorted by relevance
33 $crate::jump_label::arch_static_branch! { $key, $keytyp, $field, false }57 branch = const $crate::jump_label::bool_to_int($branch),
23 $crate::jump_label::static_branch_unlikely!(
89 pub mod jump_label; module
12 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
193 see: arch/x86/include/asm/jump_label.h196 see: arch/x86/include/asm/jump_label.h199 see: arch/x86/include/asm/jump_label.h202 see: arch/x86/kernel/jump_label.c205 see: arch/x86/include/asm/jump_label.h
16 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
21 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
22 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
40 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
80 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
37 rsi.o jump_label.o
116 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
105 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
76 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
186 objtool-args-$(CONFIG_HAVE_JUMP_LABEL_HACK) += --hacks=jump_label
25590 F: arch/*/include/asm/jump_label*.h25592 F: arch/*/kernel/jump_label.c25594 F: include/linux/jump_label*.h25596 F: kernel/jump_label.c25598 F: rust/helpers/jump_label.c25600 F: rust/kernel/jump_label.rs