Home
last modified time | relevance | path

Searched refs:_pgtable (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dident_map_64.c139 * If we came here via startup_32(), cr3 will be _pgtable already in initialize_identity_maps()
143 * With 5-level paging, we use '_pgtable' to allocate the p4d page table, in initialize_identity_maps()
150 if (p4d_offset((pgd_t *)top_level_pgt, 0) == (p4d_t *)_pgtable) { in initialize_identity_maps()
151 pgt_data.pgt_buf = _pgtable + BOOT_INIT_PGT_SIZE; in initialize_identity_maps()
155 pgt_data.pgt_buf = _pgtable; in initialize_identity_maps()
H A Dvmlinux.lds.S64 _pgtable = . ; define
H A Dmisc.h105 extern unsigned char _pgtable[];
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dident_map_64.c132 * If we came here via startup_32(), cr3 will be _pgtable already in initialize_identity_maps()
136 * With 5-level paging, we use '_pgtable' to allocate the p4d page table, in initialize_identity_maps()
143 if (p4d_offset((pgd_t *)top_level_pgt, 0) == (p4d_t *)_pgtable) { in initialize_identity_maps()
144 pgt_data.pgt_buf = _pgtable + BOOT_INIT_PGT_SIZE; in initialize_identity_maps()
148 pgt_data.pgt_buf = _pgtable; in initialize_identity_maps()
H A Dvmlinux.lds.S67 _pgtable = . ; define
H A Dmisc.h123 extern unsigned char _pgtable[];

Completed in 3 milliseconds