HomeSort by: relevance | last modified time | path
    Searched refs:access_type (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/uvm/
uvm_bio.c 240 struct vm_page *pg, vm_prot_t prot, vm_prot_t access_type, vaddr_t va)
259 if ((access_type & VM_PROT_WRITE) == 0) {
283 (access_type & VM_PROT_WRITE) == 0 ||
291 prot & mask, PMAP_CANFAIL | (access_type & mask));
309 int ign3, int ign4, vm_prot_t access_type, int flags)
341 * this means that the access_type for "write" operations
344 * deal with this by resetting access_type based on the info
348 access_type = umap->writelen ? VM_PROT_WRITE : VM_PROT_READ;
349 UVMHIST_LOG(ubchist, "va %#jx ubc_offset %#jx access_type %jd",
350 va, ubc_offset, access_type, 0)
851 int access_type = VM_PROT_READ; local in function:ubc_alloc_direct
    [all...]
uvm_fault.c 734 vm_prot_t access_type; member in struct:uvm_faultctx
834 vm_prot_t access_type, int fault_flag)
838 .access_type = access_type,
868 (uintptr_t)orig_map, vaddr, access_type, fault_flag);
923 flt.centeridx, flt.access_type,
1014 if ((check_prot & flt->access_type) != flt->access_type) {
1017 ufi->entry->protection, flt->access_type, 0, 0);
1037 flt->access_type = flt->enter_prot; /* full access for wired *
2127 vm_prot_t access_type; local in function:uvm_fault_lower_io
    [all...]
uvm_device.c 378 int npages, int centeridx, vm_prot_t access_type,
442 mdpgno = cdev_mmap(device, curr_offset, access_type);
uvm_vnode.c 173 int centeridx, vm_prot_t access_type, int advice, int flags)
182 if (vp->v_type == VREG && (access_type & VM_PROT_WRITE) == 0
190 access_type, advice, flags);
uvm_glue.c 153 uvm_vslock(struct vmspace *vs, void *addr, size_t len, vm_prot_t access_type)
162 error = uvm_fault_wire(map, start, end, access_type, 0);
uvm_aobj.c 806 int *npagesp, int centeridx, vm_prot_t access_type, int advice, int flags)
826 ((flags & PGO_LOCKED) != 0 && (access_type & VM_PROT_WRITE) == 0));
1036 * (!PG_RDONLY) regardless of access_type. if overwrite,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_report.cc 199 const char *access_type = local in function:__sanitizer::ReportDeadlySignalImpl
203 Report("The signal is caused by a %s memory access.\n", access_type);
  /src/sys/arch/sparc64/sparc64/
trap.c 1037 vm_prot_t access_type; local in function:data_access_fault
1124 access_type = VM_PROT_READ;
1126 access_type = (sfsr & SFSR_W) ? VM_PROT_WRITE : VM_PROT_READ;
1150 rv = uvm_fault(kernel_map, va, access_type);
1157 kernel_map, va, access_type, rv,
1171 rv = uvm_fault(&vm->vm_map, va, access_type);
1179 &vm->vm_map, va, access_type, rv,
1465 vm_prot_t access_type; local in function:text_access_fault
1502 access_type = VM_PROT_EXECUTE;
1517 rv = uvm_fault(&vm->vm_map, va, access_type);
1576 vm_prot_t access_type; local in function:text_access_error
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 110 descr->access_type = kAccessTypeLeft;
112 descr->access_type = kAccessTypeRight;
118 descr->access_type = kAccessTypeInside;
120 descr->access_type = kAccessTypeUnknown;
132 switch (descr.access_type) {
asan_descriptions.h 117 u32 access_type : 2; member in struct:__asan::ChunkAccess
asan_report.cc 385 hdesc1.chunk_access.access_type == kAccessTypeInside)
387 hdesc2.chunk_access.access_type != kAccessTypeInside ||
  /src/sys/external/bsd/drm2/ttm/
ttm_bo_vm.c 169 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type,
312 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type,
337 access_type, flags);
  /src/sys/external/bsd/drm2/drm/
drm_gem_cma_helper.c 180 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type,
210 curr_offset, access_type, BUS_DMA_PREFETCHABLE);
  /src/sys/rump/librump/rumpvfs/
rumpvnode_if.c 670 int access_type,
677 error = VOP_GETPAGES(vp, offset, m, count, centeridx, access_type, advice, flags);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_mman.c 573 int npages, int centeridx, vm_prot_t access_type, int flags)
583 (access_type & VM_PROT_WRITE) == 0);
1014 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type,
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 1206 const vm_prot_t access_type = ap->a_access_type; local in function:tmpfs_getpages
1259 if ((access_type & VM_PROT_WRITE) != 0) {
1270 access_type, advice, flags);
  /src/sys/fs/udf/
ecma167-udf.h 569 uint32_t access_type; /* R/W, WORM etc. */ member in struct:part_desc
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 1077 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type,
1089 access_type, flags);
  /src/sys/dev/pci/
if_ixlvar.h 761 uint16_t access_type; member in struct:ixl_aq_req_resource_param
if_ixl.c 6929 param->access_type = htole16(IXL_AQ_RESOURCE_ACCES_READ);
6931 param->access_type = htole16(IXL_AQ_RESOURCE_ACCES_WRITE);
  /src/sys/kern/
vnode_if.c 1926 vm_prot_t access_type,
1940 a.a_access_type = access_type;
  /src/sys/arch/xen/xen/
privcmd.c 1042 int npages, int centeridx, vm_prot_t access_type, int flags)
  /src/sbin/newfs_udf/
udf_core.c 1132 pd->access_type = udf_rw32(part_accesstype);

Completed in 38 milliseconds