Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Ddesc.h131 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt() function
/linux/arch/x86/kernel/
H A Dldt.c439 paravirt_free_ldt(ldt->entries, ldt->nr_entries); in free_ldt_struct()