Searched refs:vmi_ops (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmi.c75 } vmi_ops; variable in typeref:struct:__anon3499
164 : "0" (*eax), "2" (*ecx), "r" (vmi_ops.cpuid));
202 vmi_ops._set_ldt(entries ? GDT_ENTRY_LDT*sizeof(struct desc_struct) : 0);
207 vmi_ops.set_tr(GDT_ENTRY_TSS*sizeof(struct desc_struct));
220 vmi_ops.set_kernel_stack(__KERNEL_DS, tss->x86_tss.esp0);
225 vmi_ops._flush_tlb(VMI_FLUSH_TLB);
230 vmi_ops._flush_tlb(VMI_FLUSH_TLB | VMI_FLUSH_GLOBAL);
359 vmi_ops.set_linear_mapping((type - KM_PTE0)+1, va, 1, page_to_pfn(page));
368 vmi_ops.allocate_page(pfn, VMI_PAGE_L1, 0, 0, 0);
379 vmi_ops
[all...]

Completed in 47 milliseconds