Home
last modified time | relevance | path

Searched refs:gate_desc (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Ddesc_defs.h145 typedef struct gate_struct gate_desc; typedef
148 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset()
158 static inline unsigned long gate_segment(const gate_desc *g) in gate_segment()
Ddesc.h81 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, in pack_gate()
138 static inline void native_write_idt_entry(gate_desc *idt, int entry, const gate_desc *gate) in native_write_idt_entry()
419 static inline void idt_init_desc(gate_desc *gate, const struct idt_data *d) in idt_init_desc()
Dparavirt_types.h77 void (*write_idt_entry)(gate_desc *,
78 int entrynum, const gate_desc *gate);
Dparavirt.h322 static inline void write_idt_entry(gate_desc *dt, int entry, const gate_desc *g) in write_idt_entry()
/linux-6.12.1/arch/x86/kernel/
Didt.c55 #define IDT_TABLE_SIZE (IDT_ENTRIES * sizeof(gate_desc))
173 static gate_desc idt_table[IDT_ENTRIES] __page_aligned_bss;
194 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table()
196 gate_desc desc; in idt_setup_from_table()
Dhead64.c522 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;
532 gate_desc idt_desc; in startup_64_load_idt()
538 native_write_idt_entry((gate_desc *)desc.address, X86_TRAP_VC, &idt_desc); in startup_64_load_idt()
/linux-6.12.1/arch/x86/boot/compressed/
Didt_64.c10 gate_desc entry; in set_idt_entry()
Dmisc.h191 extern gate_desc boot_idt[BOOT_IDT_ENTRIES];
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c778 static int cvt_gate_to_trap(int vector, const gate_desc *val, in cvt_gate_to_trap()
807 static void xen_write_idt_entry(gate_desc *dt, int entrynum, const gate_desc *g) in xen_write_idt_entry()
841 count = (desc->size+1) / sizeof(gate_desc); in xen_convert_trap_info()
845 gate_desc *entry = (gate_desc *)(desc->address) + in; in xen_convert_trap_info()
/linux-6.12.1/include/trace/events/
Dxen.h400 TP_PROTO(gate_desc *dt, int entrynum, const gate_desc *ent),
403 __field(gate_desc *, dt)
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c7020 vmx_do_interrupt_irqoff(gate_offset((gate_desc *)host_idt_base + vector)); in handle_external_interrupt_irqoff()