Home
last modified time | relevance | path

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

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