Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c205 .cpu.load_tls = native_load_tls,
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h79 void (*load_tls)(struct thread_struct *t, unsigned int cpu); member
H A Dparavirt.h300 PVOP_VCALL2(cpu.load_tls, t, cpu); in load_TLS()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1166 .load_tls = xen_load_tls,