Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/cavium-octeon/
Dsmp.c86 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_smp_hotplug_setup()
198 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_prepare_cpus()
304 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_cpu_die()
309 uint32_t *p = (uint32_t *)PHYS_TO_XKSEG_CACHED(block_desc->base_addr + in octeon_cpu_die()
349 (struct boot_init_vector *)PHYS_TO_XKSEG_CACHED(BOOTLOADER_BOOT_VECTOR); in octeon_update_boot_vector()
356 labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER); in octeon_update_boot_vector()
361 avail_coremask = *(uint32_t *)PHYS_TO_XKSEG_CACHED( in octeon_update_boot_vector()
/linux-2.6.39/arch/mips/include/asm/
Daddrspace.h127 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) macro
Dmmu_context.h43 return PHYS_TO_XKSEG_CACHED((read_c0_context() >> 11) & ~0xfffUL); in get_current_pgd()