HomeSort by relevance Sort by last modified time
    Searched refs:vm_flags (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/uapi/asm-x86/asm/
mman.h 9 * Take the 4 protection key bits out of the vma->vm_flags
16 #define arch_vm_get_page_prot(vm_flags) __pgprot( \
17 ((vm_flags) & VM_PKEY_BIT0 ? _PAGE_PKEY_BIT0 : 0) | \
18 ((vm_flags) & VM_PKEY_BIT1 ? _PAGE_PKEY_BIT1 : 0) | \
19 ((vm_flags) & VM_PKEY_BIT2 ? _PAGE_PKEY_BIT2 : 0) | \
20 ((vm_flags) & VM_PKEY_BIT3 ? _PAGE_PKEY_BIT3 : 0))
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 443 unsigned vm_flags = AMDGPU_VM_PAGE_READABLE | local
447 vm_flags |= AMDGPU_VM_PAGE_WRITEABLE;
449 r = amdgpu_bo_va_op_raw(ws->dev, buf_handle, 0, size, va, vm_flags,
    [all...]

Completed in 210 milliseconds