Searched refs:KDEV_BASE (Results 1 – 11 of 11) sorted by relevance
98 #define KDEV_BASE UL_CONST(0xffffffffc0000000) macro104 #define KS_LOG_PPTR (KDEV_BASE + BIT(seL4_LargePageBits))
204 #define KDEV_BASE KERNEL_PT_BASE macro207 #define KS_LOG_PPTR (KDEV_BASE - UL_CONST(0x200000))
11 #define PPTR_APIC KDEV_BASE
83 #define KDEV_BASE KERNEL_PT_BASE macro
84 #define KDEV_BASE KERNEL_PT_BASE macro
102 #define KDEV_BASE UL_CONST(0xFFFFFFFFC0000000) macro
61 #define KDEV_BASE UL_CONST(0xFFC00000) macro
61 assert(GET_PDPT_INDEX(KDEV_BASE) == BIT(PML4_INDEX_BITS) - 1); in map_kernel_window()63 assert(IS_ALIGNED(KDEV_BASE, seL4_HugePageBits)); in map_kernel_window()114 x64KSKernelPDPT[GET_PDPT_INDEX(KDEV_BASE)] = pdpte_pdpte_pd_new( in map_kernel_window()145 assert(GET_PDPT_INDEX(KDEV_BASE) == BIT(PML4_INDEX_BITS) - 1); in map_kernel_window()147 assert(IS_ALIGNED(KDEV_BASE, seL4_HugePageBits)); in map_kernel_window()212 x64KSKernelPDPT[GET_PDPT_INDEX(KDEV_BASE)] = pdpte_pdpte_pd_new( in map_kernel_window()240 ksLog = (ks_log_entry_t *)(KDEV_BASE + 0x200000 * (BIT(PD_INDEX_BITS) - 1)); in map_kernel_window()
305 while (idx < (KDEV_BASE &MASK(LARGE_PAGE_BITS)) >> PAGE_BITS) { in map_kernel_window()
93 if (vaddr >= KDEV_BASE) { in map_kernel_frame()156 kernel_root_pageTable[RISCV_GET_PT_INDEX(KDEV_BASE, 0)] = in map_kernel_window()
130 word_t idx = (KDEV_BASE & MASK(LARGE_PAGE_BITS)) >> PAGE_BITS; in map_kernel_window_devices()
Completed in 24 milliseconds