Searched refs:apply_paravirt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | text-patching.h | 11 void apply_paravirt(struct paravirt_patch_site *start, 14 static inline void apply_paravirt(struct paravirt_patch_site *start, in apply_paravirt() function
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | text-patching.h | 11 void apply_paravirt(struct paravirt_patch_site *start, 14 static inline void apply_paravirt(struct paravirt_patch_site *start, in apply_paravirt() function
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | module.c | 300 apply_paravirt(pseg, pseg + para->sh_size); in module_finalize()
|
H A D | alternative.c | 907 void __init_or_module apply_paravirt(struct paravirt_patch_site *start, in apply_paravirt() function 1062 apply_paravirt(__parainstructions, __parainstructions_end); in alternative_instructions()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | module.c | 313 apply_paravirt(pseg, pseg + para->sh_size); in module_finalize()
|
H A D | alternative.c | 1439 void __init_or_module apply_paravirt(struct paravirt_patch_site *start, in apply_paravirt() function 1619 apply_paravirt(__parainstructions, __parainstructions_end); in alternative_instructions()
|
Completed in 8 milliseconds