Home
last modified time | relevance | path

Searched refs:ARCH_MMU_FLAG_UNCACHED_DEVICE (Results 1 – 7 of 7) sorted by relevance

/lk-master/arch/include/arch/
A Dmmu.h23 #define ARCH_MMU_FLAG_UNCACHED_DEVICE (2<<0) /* only exists on some arches, otherwise UNCACHED */ macro
/lk-master/arch/arm/arm/
A Dmmu.c51 case ARCH_MMU_FLAG_UNCACHED_DEVICE: in mmu_flags_to_l1_arch_flags()
102 case ARCH_MMU_FLAG_UNCACHED_DEVICE: in mmu_flags_to_l2_arch_flags_small_page()
273 *flags |= ARCH_MMU_FLAG_UNCACHED_DEVICE; in arch_mmu_query()
324 *flags |= ARCH_MMU_FLAG_UNCACHED_DEVICE; in arch_mmu_query()
/lk-master/dev/bus/pci/
A Decam.cpp69 …ernel_aspace(), "pci_ecam", size, (void **)&ecam_ptr_, 0, base_, 0, ARCH_MMU_FLAG_UNCACHED_DEVICE); in initialize()
/lk-master/arch/arm64/
A Dmmu.c48 case ARCH_MMU_FLAG_UNCACHED_DEVICE: in mmu_flags_to_pte_attr()
162 *flags |= ARCH_MMU_FLAG_UNCACHED_DEVICE; in arch_mmu_query()
/lk-master/dev/virtio/
A Dvirtio.c321 …ntiguous(vmm_get_kernel_aspace(), "virtio_ring", size, &vptr, 0, 0, ARCH_MMU_FLAG_UNCACHED_DEVICE); in virtio_alloc_ring()
/lk-master/platform/zynq/
A Dgem.c446 … sizeof(*gem.descs), &descs_vaddr, 0, 0, ARCH_MMU_FLAG_UNCACHED_DEVICE)) < 0) { in gem_init()
/lk-master/kernel/vm/
A Dvmm.c753 argv[4].u, argv[2].u, 0, ARCH_MMU_FLAG_UNCACHED_DEVICE); in cmd_vmm()

Completed in 15 milliseconds