Home
last modified time | relevance | path

Searched refs:__pa_nodebug (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/mm/
Dkasan_init_64.c201 p4d = __pa_nodebug(pgd_val(*pgd)) & PTE_PFN_MASK; in early_p4d_offset()
215 pgd_entry = __pgd(_KERNPG_TABLE | __pa_nodebug(kasan_zero_p4d)); in kasan_early_p4d_populate()
226 p4d_entry = __p4d(_KERNPG_TABLE | __pa_nodebug(kasan_zero_pud)); in kasan_early_p4d_populate()
265 pteval_t pte_val = __pa_nodebug(kasan_zero_page) | __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()
266 pmdval_t pmd_val = __pa_nodebug(kasan_zero_pte) | _KERNPG_TABLE; in kasan_early_init()
267 pudval_t pud_val = __pa_nodebug(kasan_zero_pmd) | _KERNPG_TABLE; in kasan_early_init()
268 p4dval_t p4d_val = __pa_nodebug(kasan_zero_pud) | _KERNPG_TABLE; in kasan_early_init()
/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dcore.c107 levels = (u32 *)__pa_nodebug(&final_levels); in amd_check_current_patch_level()
123 const char *cmdline = (const char *)__pa_nodebug(boot_command_line); in check_loader_disabled_bsp()
124 const char *option = (const char *)__pa_nodebug(__dis_opt_str); in check_loader_disabled_bsp()
125 bool *res = (bool *)__pa_nodebug(&dis_ucode_ldr); in check_loader_disabled_bsp()
209 return *((bool *)__pa_nodebug(&dis_ucode_ldr)); in check_loader_disabled_ap()
271 params = (struct boot_params *)__pa_nodebug(&boot_params); in find_microcode_in_initrd()
318 u64 *rr = (u64 *)__pa_nodebug(&relocated_ramdisk); in find_microcode_in_initrd()
Damd.c209 new_rev = (u32 *)__pa_nodebug(&ucode_new_rev); in apply_microcode_early_amd()
210 patch = (u8 (*)[PATCH_MAX_SIZE])__pa_nodebug(&amd_ucode_patch); in apply_microcode_early_amd()
262 uci = (struct ucode_cpu_info *)__pa_nodebug(ucode_cpu_info); in __load_ucode_amd()
263 path = (const char *)__pa_nodebug(ucode_path); in __load_ucode_amd()
298 mc = (struct microcode_amd *)__pa_nodebug(amd_ucode_patch); in load_ucode_amd_ap()
299 new_rev = (u32 *)__pa_nodebug(&ucode_new_rev); in load_ucode_amd_ap()
Dintel.c222 intel_ucode_patch = (struct microcode_intel *)__pa_nodebug(p->data); in save_microcode_patch()
564 delay_ucode_info_p = (int *)__pa_nodebug(&delay_ucode_info); in print_ucode()
565 current_mc_date_p = (int *)__pa_nodebug(&current_mc_date); in print_ucode()
665 path = (const char *)__pa_nodebug(ucode_path); in __load_ucode_intel()
704 iup = (struct microcode_intel **) __pa_nodebug(&intel_ucode_patch); in load_ucode_intel_ap()
/Linux-v4.19/arch/x86/include/asm/
Dpage.h45 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
Dmem_encrypt.h94 #define __sme_pa_nodebug(x) (__pa_nodebug(x) | sme_me_mask)
/Linux-v4.19/arch/x86/kernel/
Ddoublefault.c69 .__cr3 = __pa_nodebug(swapper_pg_dir),
Dhead64.c289 if (physaddr >= MAXMEM || read_cr3_pa() != __pa_nodebug(early_top_pgt)) in __early_make_pgtable()
/Linux-v4.19/arch/arm64/include/asm/
Dmemory.h279 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro