Home
last modified time | relevance | path

Searched refs:idt_entry (Results 1 – 2 of 2) sorted by relevance

/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/
Dia_structs.h42 struct idt_entry { struct
62 struct idt_entry *entries; /* pointer to IDT entries */ argument
/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c64 static struct idt_entry aon_idt[AON_IDT_ENTRY_VEC_LAST -
69 .limit = (sizeof(struct idt_entry) * (AON_IDT_ENTRY_VEC_LAST + 1)) - 1,
70 .entries = (struct idt_entry *)((uint32_t)&aon_idt -
71 (sizeof(struct idt_entry) * AON_IDT_ENTRY_VEC_FIRST))