Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddesc.h125 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() function
H A Dparavirt.h241 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dldt.c410 paravirt_alloc_ldt(ldt->entries, ldt->nr_entries); in finalize_ldt_struct()