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

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

Completed in 116 milliseconds