Searched refs:__pa_nodebug (Results 1 – 10 of 10) sorted by relevance
98 levels = (u32 *)__pa_nodebug(&final_levels); in amd_check_current_patch_level()114 const char *cmdline = (const char *)__pa_nodebug(boot_command_line); in check_loader_disabled_bsp()115 const char *option = (const char *)__pa_nodebug(__dis_opt_str); in check_loader_disabled_bsp()116 bool *res = (bool *)__pa_nodebug(&dis_ucode_ldr); in check_loader_disabled_bsp()181 return *((bool *)__pa_nodebug(&dis_ucode_ldr)); in check_loader_disabled_ap()243 params = (struct boot_params *)__pa_nodebug(&boot_params); in find_microcode_in_initrd()290 u64 *rr = (u64 *)__pa_nodebug(&relocated_ramdisk); in find_microcode_in_initrd()
427 new_rev = (u32 *)__pa_nodebug(&ucode_new_rev); in apply_microcode_early_amd()428 patch = (u8 (*)[PATCH_MAX_SIZE])__pa_nodebug(&amd_ucode_patch); in apply_microcode_early_amd()486 uci = (struct ucode_cpu_info *)__pa_nodebug(ucode_cpu_info); in __load_ucode_amd()487 path = (const char *)__pa_nodebug(ucode_path); in __load_ucode_amd()522 mc = (struct microcode_amd *)__pa_nodebug(amd_ucode_patch); in load_ucode_amd_ap()523 new_rev = (u32 *)__pa_nodebug(&ucode_new_rev); in load_ucode_amd_ap()
161 intel_ucode_patch = (struct microcode_intel *)__pa_nodebug(p->data); in save_microcode_patch()480 delay_ucode_info_p = (int *)__pa_nodebug(&delay_ucode_info); in print_ucode()481 current_mc_date_p = (int *)__pa_nodebug(¤t_mc_date); in print_ucode()581 path = (const char *)__pa_nodebug(ucode_path); in __load_ucode_intel()620 iup = (struct microcode_intel **) __pa_nodebug(&intel_ucode_patch); in load_ucode_intel_ap()
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()
45 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
99 #define __sme_pa_nodebug(x) (__pa_nodebug(x) | sme_me_mask)
102 .__cr3 = __pa_nodebug(swapper_pg_dir),
340 if (physaddr >= MAXMEM || read_cr3_pa() != __pa_nodebug(early_top_pgt)) in __early_make_pgtable()
555 sev_es_wr_ghcb_msr(__pa_nodebug(ghcb)); in __sev_es_nmi_complete()
314 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro