Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Ddesc.h126 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() function
H A Dparavirt.h266 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() function
/openbmc/linux/arch/x86/kernel/
H A Dldt.c418 paravirt_alloc_ldt(ldt->entries, ldt->nr_entries); in finalize_ldt_struct()