alloc_ldt          90 arch/x86/kernel/ldt.c 	int err = alloc_ldt(new, old->size, 0);
alloc_ldt         218 arch/x86/kernel/ldt.c 		error = alloc_ldt(&current->mm->context,
alloc_ldt         342 arch/x86/kernel/paravirt.c 	.alloc_ldt = paravirt_nop,
alloc_ldt        1239 arch/x86/xen/enlighten.c 	.alloc_ldt = xen_alloc_ldt,
alloc_ldt         127 include/asm-x86/paravirt.h 	void (*alloc_ldt)(struct desc_struct *ldt, unsigned entries);
alloc_ldt         839 include/asm-x86/paravirt.h 	PVOP_VCALL2(pv_cpu_ops.alloc_ldt, ldt, entries);