Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c513 static unsigned long host_idt_base; variable
4177 vmcs_writel(HOST_IDTR_BASE, host_idt_base); /* 22.2.4 */ in vmx_set_constant_host_state()
6529 gate_desc *desc = (gate_desc *)host_idt_base + vector; in handle_external_interrupt_irqoff()
7930 host_idt_base = dt.address; in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c524 static unsigned long host_idt_base; variable
4339 vmcs_writel(HOST_IDTR_BASE, host_idt_base); /* 22.2.4 */ in vmx_set_constant_host_state()
6974 gate_desc *desc = (gate_desc *)host_idt_base + vector; in handle_external_interrupt_irqoff()
8440 host_idt_base = dt.address; in hardware_setup()

Completed in 20 milliseconds