Searched defs:base_p (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 243 #define _LIMIT_AND_BASE(base_p, limit_p, granularity_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
|