Searched refs:jlp (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | jump_label.c | 87 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()
|