Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Djump_label.c87 const struct jump_label_patch jlp = __jump_label_patch(entry, type); in __jump_label_transform() local
101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform()
105 text_poke_bp((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in __jump_label_transform()
126 struct jump_label_patch jlp; in arch_jump_label_transform_queue() local
137 jlp = __jump_label_patch(entry, type); in arch_jump_label_transform_queue()
138 text_poke_queue((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in arch_jump_label_transform_queue()

Completed in 3 milliseconds