Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/acpi/
Dmadt_wakeup.c145 kernel_ident_mapping_free(&info, pgd); in acpi_mp_setup_reset()
153 kernel_ident_mapping_free(&info, pgd); in acpi_mp_setup_reset()
158 kernel_ident_mapping_free(&info, pgd); in acpi_mp_setup_reset()
/linux-6.12.1/arch/x86/include/asm/
Dinit.h20 void kernel_ident_mapping_free(struct x86_mapping_info *info, pgd_t *pgd);
/linux-6.12.1/arch/x86/mm/
Dident_map.c66 void kernel_ident_mapping_free(struct x86_mapping_info *info, pgd_t *pgd) in kernel_ident_mapping_free() function