Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dparavirt.c369 .load_tls = native_load_tls,
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h134 void (*load_tls)(struct thread_struct *t, unsigned int cpu); member
Dparavirt.h252 PVOP_VCALL2(pv_cpu_ops.load_tls, t, cpu); in load_TLS()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1442 pv_cpu_ops.load_tls = lguest_load_tls; in lguest_init()
/linux-4.4.14/arch/x86/xen/
Denlighten.c1242 .load_tls = xen_load_tls,