Home
last modified time | relevance | path

Searched refs:idt_entry_t (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddesc.h111 } idt_entry_t; typedef
121 static inline void _write_gate_lower(volatile idt_entry_t *gate, in _write_gate_lower()
122 const idt_entry_t *new) in _write_gate_lower()
144 static inline void _set_gate_lower(idt_entry_t *gate, unsigned long type, in _set_gate_lower()
147 idt_entry_t idte; in _set_gate_lower()
161 static inline void _update_gate_addr_lower(idt_entry_t *gate, void *addr) in _update_gate_addr_lower()
163 idt_entry_t idte; in _update_gate_addr_lower()
A Dprocessor.h452 static always_inline void set_ist(idt_entry_t *idt, unsigned long ist) in set_ist()
454 idt_entry_t new = *idt; in set_ist()
463 extern idt_entry_t idt_table[];
464 extern idt_entry_t *idt_tables[];
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c685 order = get_order_from_bytes(IDT_ENTRIES * sizeof(idt_entry_t)); in cpu_smpboot_free()
726 order = get_order_from_bytes(IDT_ENTRIES * sizeof(idt_entry_t)); in cpu_smpboot_alloc()
730 memcpy(idt_tables[cpu], idt_table, IDT_ENTRIES * sizeof(idt_entry_t)); in cpu_smpboot_alloc()
A Dtraps.c105 idt_entry_t idt_table[IDT_ENTRIES];
108 idt_entry_t *idt_tables[NR_CPUS] __read_mostly;
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c731 .limit = (IDT_ENTRIES * sizeof(idt_entry_t)) - 1, in load_system_tables()

Completed in 14 milliseconds