Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/
H A Dsmp.c130 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_smp_hotplug_setup()
326 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_cpu_die()
331 uint32_t *p = (uint32_t *)PHYS_TO_XKSEG_CACHED(block_desc->base_addr + in octeon_cpu_die()
370 (struct boot_init_vector *)PHYS_TO_XKSEG_CACHED(BOOTLOADER_BOOT_VECTOR); in octeon_update_boot_vector()
377 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_update_boot_vector()
382 avail_coremask = *(uint32_t *)PHYS_TO_XKSEG_CACHED( in octeon_update_boot_vector()
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h127 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h124 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) macro