Searched defs:dpl_p (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 259 #define _DESC_COMMON(dpl_p) \ argument 267 #define DT_CODE_SEG_ENTRY(base_p, limit_p, granularity_p, dpl_p, readable_p, \ argument 279 #define DT_DATA_SEG_ENTRY(base_p, limit_p, granularity_p, dpl_p, writable_p, \ argument 291 #define DT_LDT_ENTRY(base_p, limit_p, granularity_p, dpl_p) \ argument 298 #define DT_TSS_ENTRY(base_p, limit_p, granularity_p, dpl_p) \ argument 308 #define DT_TSS_STD_ENTRY(base_p, dpl_p) \ argument 312 #define DT_TASK_GATE_ENTRY(segment_p, dpl_p) \ argument 319 #define DT_IRQ_GATE_ENTRY(segment_p, offset_p, dpl_p) \ argument 327 #define DT_TRAP_GATE_ENTRY(segment_p, offset_p, dpl_p) \ argument 335 #define DT_CALL_GATE_ENTRY(segment_p, offset_p, dpl_p, param_count_p) \ argument
|
D | arch.h | 146 #define _X86_IDT_TSS_REGISTER(tss_p, irq_p, priority_p, vec_p, dpl_p) \ argument
|