Searched refs:PHYS_TO_XKSEG_CACHED (Results 1 – 2 of 2) sorted by relevance
129 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()
127 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) macro
Completed in 4 milliseconds