Home
last modified time | relevance | path

Searched refs:pgt_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dident_map_64.c47 unsigned char *pgt_buf; member
64 debug_putstr("out of pgt_buf in " __FILE__ "!?\n"); in alloc_pgt_page()
72 debug_putstr("pgt_buf running low in " __FILE__ "\n"); in alloc_pgt_page()
78 entry = pages->pgt_buf + pages->pgt_buf_offset; in alloc_pgt_page()
151 pgt_data.pgt_buf = _pgtable + BOOT_INIT_PGT_SIZE; in initialize_identity_maps()
153 memset(pgt_data.pgt_buf, 0, pgt_data.pgt_buf_size); in initialize_identity_maps()
155 pgt_data.pgt_buf = _pgtable; in initialize_identity_maps()
157 memset(pgt_data.pgt_buf, 0, pgt_data.pgt_buf_size); in initialize_identity_maps()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dident_map_64.c39 unsigned char *pgt_buf; member
56 debug_putstr("out of pgt_buf in " __FILE__ "!?\n"); in alloc_pgt_page()
64 debug_putstr("pgt_buf running low in " __FILE__ "\n"); in alloc_pgt_page()
70 entry = pages->pgt_buf + pages->pgt_buf_offset; in alloc_pgt_page()
144 pgt_data.pgt_buf = _pgtable + BOOT_INIT_PGT_SIZE; in initialize_identity_maps()
146 memset(pgt_data.pgt_buf, 0, pgt_data.pgt_buf_size); in initialize_identity_maps()
148 pgt_data.pgt_buf = _pgtable; in initialize_identity_maps()
150 memset(pgt_data.pgt_buf, 0, pgt_data.pgt_buf_size); in initialize_identity_maps()

Completed in 2 milliseconds