Searched refs:__pa_nodebug (Results 1 – 10 of 10) sorted by relevance
94 levels = (u32 *)__pa_nodebug(&final_levels); in amd_check_current_patch_level()110 const char *cmdline = (const char *)__pa_nodebug(boot_command_line); in check_loader_disabled_bsp()111 const char *option = (const char *)__pa_nodebug(__dis_opt_str); in check_loader_disabled_bsp()112 bool *res = (bool *)__pa_nodebug(&dis_ucode_ldr); in check_loader_disabled_bsp()177 return *((bool *)__pa_nodebug(&dis_ucode_ldr)); in check_loader_disabled_ap()245 params = (struct boot_params *)__pa_nodebug(&boot_params); in find_microcode_in_initrd()292 u64 *rr = (u64 *)__pa_nodebug(&relocated_ramdisk); in find_microcode_in_initrd()
328 intel_ucode_patch = (struct microcode_intel *)__pa_nodebug(p->data); in save_microcode_patch()463 delay_ucode_info_p = (int *)__pa_nodebug(&delay_ucode_info); in print_ucode()464 current_mc_date_p = (int *)__pa_nodebug(¤t_mc_date); in print_ucode()465 early_old_rev_p = (int *)__pa_nodebug(&early_old_rev); in print_ucode()559 path = (const char *)__pa_nodebug(ucode_path); in __load_ucode_intel()598 iup = (struct microcode_intel **) __pa_nodebug(&intel_ucode_patch); in load_ucode_intel_ap()
463 new_rev = (u32 *)__pa_nodebug(&ucode_new_rev); in early_apply_microcode()523 uci = (struct ucode_cpu_info *)__pa_nodebug(ucode_cpu_info); in find_blobs_in_containers()524 path = (const char *)__pa_nodebug(ucode_path); in find_blobs_in_containers()
214 __pa_nodebug(kasan_early_shadow_p4d)); in kasan_early_p4d_populate()226 __pa_nodebug(kasan_early_shadow_pud)); in kasan_early_p4d_populate()291 pteval_t pte_val = __pa_nodebug(kasan_early_shadow_page) | in kasan_early_init()293 pmdval_t pmd_val = __pa_nodebug(kasan_early_shadow_pte) | _KERNPG_TABLE; in kasan_early_init()294 pudval_t pud_val = __pa_nodebug(kasan_early_shadow_pmd) | _KERNPG_TABLE; in kasan_early_init()295 p4dval_t p4d_val = __pa_nodebug(kasan_early_shadow_pud) | _KERNPG_TABLE; in kasan_early_init()
44 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
105 #define __sme_pa_nodebug(x) (__pa_nodebug(x) | sme_me_mask)
103 .__cr3 = __pa_nodebug(swapper_pg_dir),
340 if (physaddr >= MAXMEM || read_cr3_pa() != __pa_nodebug(early_top_pgt)) in __early_make_pgtable()
594 sev_es_wr_ghcb_msr(__pa_nodebug(ghcb)); in __sev_es_nmi_complete()
349 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro