Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/sys/uvm/
H A Duvm_fault.c734 vm_prot_t access_type; member
834 vm_prot_t access_type, int fault_flag) in uvm_fault_internal() argument
838 .access_type = access_type, in uvm_fault_internal()
868 (uintptr_t)orig_map, vaddr, access_type, fault_flag); in uvm_fault_internal()
923 flt.centeridx, flt.access_type, in uvm_fault_internal()
1014 if ((check_prot & flt->access_type) != flt->access_type) { in uvm_fault_check()
1017 ufi->entry->protection, flt->access_type, 0, 0); in uvm_fault_check()
1037 flt->access_type = flt->enter_prot; /* full access for wired */ in uvm_fault_check()
1040 flt->cow_now = (flt->access_type & VM_PROT_WRITE) != 0; in uvm_fault_check()
1104 (flt->access_type & VM_PROT_WRITE) != 0) { in uvm_fault_check()
[all …]
H A Duvm_bio.c240 struct vm_page *pg, vm_prot_t prot, vm_prot_t access_type, vaddr_t va) in ubc_fault_page() argument
259 if ((access_type & VM_PROT_WRITE) == 0) { in ubc_fault_page()
283 (access_type & VM_PROT_WRITE) == 0 || in ubc_fault_page()
291 prot & mask, PMAP_CANFAIL | (access_type & mask)); in ubc_fault_page()
309 int ign3, int ign4, vm_prot_t access_type, int flags) in ubc_fault() argument
348 access_type = umap->writelen ? VM_PROT_WRITE : VM_PROT_READ; in ubc_fault()
350 va, ubc_offset, access_type, 0); in ubc_fault()
352 if ((access_type & VM_PROT_WRITE) != 0) { in ubc_fault()
368 if ((access_type & VM_PROT_WRITE) == 0) { in ubc_fault()
387 &npages, 0, access_type, umap->advice, flags | PGO_NOBLOCKALLOC | in ubc_fault()
[all …]
H A Duvm_vnode.c173 int centeridx, vm_prot_t access_type, int advice, int flags) in uvn_get() argument
182 if (vp->v_type == VREG && (access_type & VM_PROT_WRITE) == 0 in uvn_get()
190 access_type, advice, flags); in uvn_get()
H A Duvm_device.c378 int npages, int centeridx, vm_prot_t access_type, in udv_fault() argument
442 mdpgno = cdev_mmap(device, curr_offset, access_type); in udv_fault()
H A Duvm_glue.c153 uvm_vslock(struct vmspace *vs, void *addr, size_t len, vm_prot_t access_type) in uvm_vslock() argument
162 error = uvm_fault_wire(map, start, end, access_type, 0); in uvm_vslock()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dcorefile.c84 core_map_types access_type; in core_init() local
85 for (access_type = 0; in core_init()
86 access_type < nr_core_map_types; in core_init()
87 access_type++) { in core_init()
88 core_map *map = memory->map + access_type; in core_init()
219 access_type access, in core_attach()
H A Ddevice.h655 } access_type; typedef
672 access_type access,
682 access_type access,
H A Dhw_iobus.c54 access_type access, in hw_iobus_attach_address_callback()
H A Dhw_core.c65 access_type access, in hw_core_attach_address_callback()
H A Dcorefile.h109 access_type access,
H A Dhw_vm.c110 access_type access, in hw_vm_attach_address()
H A Ddevice_table.h62 access_type access,
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dtrap.c1037 vm_prot_t access_type; in data_access_fault() local
1124 access_type = VM_PROT_READ; in data_access_fault()
1126 access_type = (sfsr & SFSR_W) ? VM_PROT_WRITE : VM_PROT_READ; in data_access_fault()
1150 rv = uvm_fault(kernel_map, va, access_type); in data_access_fault()
1157 kernel_map, va, access_type, rv, in data_access_fault()
1171 rv = uvm_fault(&vm->vm_map, va, access_type); in data_access_fault()
1179 &vm->vm_map, va, access_type, rv, in data_access_fault()
1465 vm_prot_t access_type; in text_access_fault()
1502 access_type = VM_PROT_EXECUTE; in text_access_fault()
1517 rv = uvm_fault(&vm->vm_map, va, access_type); in text_access_fault()
1458 vm_prot_t access_type; text_access_fault() local
1569 vm_prot_t access_type; text_access_error() local
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.cc108 descr->access_type = kAccessTypeLeft; in GetAccessToHeapChunkInformation()
110 descr->access_type = kAccessTypeRight; in GetAccessToHeapChunkInformation()
116 descr->access_type = kAccessTypeInside; in GetAccessToHeapChunkInformation()
118 descr->access_type = kAccessTypeUnknown; in GetAccessToHeapChunkInformation()
130 switch (descr.access_type) { in PrintHeapChunkAccess()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.cc110 descr->access_type = kAccessTypeLeft; in GetAccessToHeapChunkInformation()
112 descr->access_type = kAccessTypeRight; in GetAccessToHeapChunkInformation()
118 descr->access_type = kAccessTypeInside; in GetAccessToHeapChunkInformation()
120 descr->access_type = kAccessTypeUnknown; in GetAccessToHeapChunkInformation()
132 switch (descr.access_type) { in PrintHeapChunkAccess()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.cpp108 descr->access_type = kAccessTypeLeft; in GetAccessToHeapChunkInformation()
110 descr->access_type = kAccessTypeRight; in GetAccessToHeapChunkInformation()
116 descr->access_type = kAccessTypeInside; in GetAccessToHeapChunkInformation()
118 descr->access_type = kAccessTypeUnknown; in GetAccessToHeapChunkInformation()
130 switch (descr.access_type) { in PrintHeapChunkAccess()
/netbsd-src/sys/external/bsd/drm2/ttm/
H A Dttm_bo_vm.c169 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type, in ttm_bo_uvm_fault_reserved() argument
312 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type, in ttm_bo_uvm_fault() argument
337 access_type, flags); in ttm_bo_uvm_fault()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc197 const char *access_type = in ReportDeadlySignalImpl() local
201 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc199 const char *access_type = in ReportDeadlySignalImpl() local
203 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp213 const char *access_type = in ReportDeadlySignalImpl() local
217 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_iobus.c54 access_type access, in hw_iobus_attach_address_callback()
H A Dhw_core.c65 access_type access, in hw_core_attach_address_callback()
H A Dcorefile.h109 access_type access,
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_gem_cma_helper.c180 struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type, in drm_gem_cma_fault() argument
210 curr_offset, access_type, BUS_DMA_PREFETCHABLE); in drm_gem_cma_fault()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvnode_if.c670 int access_type, in RUMP_VOP_GETPAGES() argument
677 error = VOP_GETPAGES(vp, offset, m, count, centeridx, access_type, advice, flags); in RUMP_VOP_GETPAGES()

123