Home
last modified time | relevance | path

Searched refs:PHYS_TO_XKSEG_CACHED (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/mips/cavium-octeon/
Dsmp.c129 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_smp_hotplug_setup()
325 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_cpu_die()
330 uint32_t *p = (uint32_t *)PHYS_TO_XKSEG_CACHED(block_desc->base_addr + in octeon_cpu_die()
368 (struct boot_init_vector *)PHYS_TO_XKSEG_CACHED(BOOTLOADER_BOOT_VECTOR); in octeon_update_boot_vector()
375 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_update_boot_vector()
380 avail_coremask = *(uint32_t *)PHYS_TO_XKSEG_CACHED( in octeon_update_boot_vector()
/linux-5.19.10/arch/mips/include/asm/
Daddrspace.h127 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) macro