Home
last modified time | relevance | path

Searched refs:BOOT_PGT_SIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dboot.h53 # define BOOT_PGT_SIZE (19*4096) macro
55 # define BOOT_PGT_SIZE (17*4096) macro
58 # define BOOT_PGT_SIZE BOOT_INIT_PGT_SIZE macro
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dident_map_64.c144 pgt_data.pgt_buf_size = BOOT_PGT_SIZE - BOOT_INIT_PGT_SIZE; in initialize_identity_maps()
148 pgt_data.pgt_buf_size = BOOT_PGT_SIZE; in initialize_identity_maps()
H A Dhead_64.S891 SYM_DATA_LOCAL(pgtable, .fill BOOT_PGT_SIZE, 1, 0)