Searched refs: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 260 .dpl = (dpl_p), \ 267 #define DT_CODE_SEG_ENTRY(base_p, limit_p, granularity_p, dpl_p, readable_p, \ argument 270 _DESC_COMMON(dpl_p), \ 279 #define DT_DATA_SEG_ENTRY(base_p, limit_p, granularity_p, dpl_p, writable_p, \ argument 282 _DESC_COMMON(dpl_p), \ 291 #define DT_LDT_ENTRY(base_p, limit_p, granularity_p, dpl_p) \ argument 293 _DESC_COMMON(dpl_p), \ 298 #define DT_TSS_ENTRY(base_p, limit_p, granularity_p, dpl_p) \ argument 300 _DESC_COMMON(dpl_p), \ [all …]
|
D | arch.h | 146 #define _X86_IDT_TSS_REGISTER(tss_p, irq_p, priority_p, vec_p, dpl_p) \ argument 154 .dpl = (dpl_p), \
|