Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c251 patch_paravirt_call_sites(cs->pv_start, cs->pv_end, ct); in callthunks_setup()
260 .pv_start = __parainstructions, in callthunks_patch_builtin_calls()
H A Dmodule.c353 cs.pv_start = (void *)para->sh_addr; in module_finalize()
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h108 struct paravirt_patch_site *pv_start, *pv_end; member