Home
last modified time | relevance | path

Searched full:normal_nc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vfio/pci/nvgrace-gpu/
H A Dmain.c393 * The carved out region of the device memory needs the NORMAL_NC in nvgrace_gpu_mmap()
399 * failures on NORMAL_NC accesses. VM_ALLOW_ANY_UNCACHED is in nvgrace_gpu_mmap()
400 * set to communicate to the KVM to S2 map as NORMAL_NC. in nvgrace_gpu_mmap()
401 * This opens up guest usage of NORMAL_NC for this mapping. in nvgrace_gpu_mmap()
594 * The resmem region is non-cached and is mapped using ioremap_wc (NORMAL_NC).
1027 * with a different NORMAL_NC property (called as reserved memory and in nvgrace_gpu_init_nvdev_struct()
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h41 * NORMAL_NC 3 0100:0100
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c721 attr = KVM_S2_MEMATTR(pgt, NORMAL_NC); in stage2_set_prot_attr()