Home
last modified time | relevance | path

Searched refs:jump_label (Results 1 – 16 of 16) sorted by relevance

/linux/rust/kernel/
H A Djump_label.rs33 $crate::jump_label::arch_static_branch! { $key, $keytyp, $field, false }
57 branch = const $crate::jump_label::bool_to_int($branch),
H A Dtracepoint.rs23 $crate::jump_label::static_branch_unlikely!(
H A Dlib.rs89 pub mod jump_label; module
/linux/arch/openrisc/kernel/
H A DMakefile12 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/Documentation/staging/
H A Dstatic-keys.rst193 see: arch/x86/include/asm/jump_label.h
196 see: arch/x86/include/asm/jump_label.h
199 see: arch/x86/include/asm/jump_label.h
202 see: arch/x86/kernel/jump_label.c
205 see: arch/x86/include/asm/jump_label.h
/linux/arch/csky/kernel/
H A DMakefile16 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/xtensa/kernel/
H A DMakefile21 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/arc/kernel/
H A DMakefile22 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/parisc/kernel/
H A DMakefile40 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/loongarch/kernel/
H A DMakefile80 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/arm64/kernel/
H A DMakefile37 rsi.o jump_label.o
/linux/arch/riscv/kernel/
H A DMakefile116 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/mips/kernel/
H A DMakefile105 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/arch/x86/kernel/
H A DMakefile76 obj-$(CONFIG_JUMP_LABEL) += jump_label.o
/linux/scripts/
H A DMakefile.lib186 objtool-args-$(CONFIG_HAVE_JUMP_LABEL_HACK) += --hacks=jump_label
/linux/
H A DMAINTAINERS25590 F: arch/*/include/asm/jump_label*.h
25592 F: arch/*/kernel/jump_label.c
25594 F: include/linux/jump_label*.h
25596 F: kernel/jump_label.c
25598 F: rust/helpers/jump_label.c
25600 F: rust/kernel/jump_label.rs