Searched refs:access_type (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_iobus.c54 access_type access,
H A Dcorefile.c84 core_map_types access_type; local
85 for (access_type = 0;
86 access_type < nr_core_map_types;
87 access_type++) {
88 core_map *map = memory->map + access_type;
219 access_type access,
H A Dcorefile.h109 access_type access,
H A Dhw_core.c65 access_type access,
H A Ddevice.h655 } access_type; typedef in typeref:enum:_access_type
672 access_type access,
682 access_type access,
H A Ddevice_table.c217 access_type access,
232 access_type access,
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_iobus.c54 access_type access,
H A Dcorefile.c83 core_map_types access_type; local
84 for (access_type = 0;
85 access_type < nr_core_map_types;
86 access_type++) {
87 core_map *map = memory->map + access_type;
218 access_type access,
H A Dcorefile.h109 access_type access,
H A Dhw_core.c65 access_type access,
H A Ddevice.h655 } access_type; typedef in typeref:enum:_access_type
672 access_type access,
682 access_type access,
H A Ddevice_table.c220 access_type access,
235 access_type access,
/netbsd-current/sys/uvm/
H A Duvm_bio.c240 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,
239 ubc_fault_page(const struct uvm_faultinfo *ufi, const struct ubc_map *umap, struct vm_page *pg, vm_prot_t prot, vm_prot_t access_type, vaddr_t va) argument
308 ubc_fault(struct uvm_faultinfo *ufi, vaddr_t ign1, struct vm_page **ign2, int ign3, int ign4, vm_prot_t access_type, int flags) argument
851 int access_type = VM_PROT_READ; local
[all...]
H A Duvm_fault.c734 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
833 uvm_fault_internal(struct vm_map *orig_map, vaddr_t vaddr, vm_prot_t access_type, int fault_flag) argument
2127 vm_prot_t access_type; local
2613 uvm_fault_wire(struct vm_map *map, vaddr_t start, vaddr_t end, vm_prot_t access_type, int maxprot) argument
[all...]
H A Duvm_device.c378 int npages, int centeridx, vm_prot_t access_type,
442 mdpgno = cdev_mmap(device, curr_offset, access_type);
377 udv_fault(struct uvm_faultinfo *ufi, vaddr_t vaddr, struct vm_page **pps, int npages, int centeridx, vm_prot_t access_type, int flags) argument
H A Duvm_vnode.c173 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);
170 uvn_get(struct uvm_object *uobj, voff_t offset, struct vm_page **pps , int *npagesp , int centeridx, vm_prot_t access_type, int advice, int flags) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c68 enum target_hw_bp_type access_type; member in struct:gdbscm_breakpoint_object::__anon1116
350 enum target_hw_bp_type access_type = hw_write;
358 &access_type_arg_pos, &access_type,
374 scm_from_int (access_type),
379 switch (access_type)
387 scm_from_int (access_type),
400 bp_smob->spec.access_type = access_type;
456 enum target_hw_bp_type access_type = bp_smob->spec.access_type;
348 enum target_hw_bp_type access_type = hw_write; local
454 enum target_hw_bp_type access_type = bp_smob->spec.access_type; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-breakpoint.c68 enum target_hw_bp_type access_type; member in struct:gdbscm_breakpoint_object::__anon636
359 int access_type = hw_write;
368 &access_type_arg_pos, &access_type,
385 scm_from_int (access_type),
390 switch (access_type)
398 scm_from_int (access_type),
423 bp_smob->spec.access_type = (enum target_hw_bp_type) access_type;
481 enum target_hw_bp_type access_type = bp_smob->spec.access_type;
357 int access_type = hw_write; local
479 enum target_hw_bp_type access_type = bp_smob->spec.access_type; local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc199 const char *access_type = local
203 Report("The signal is caused by a %s memory access.\n", access_type);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc197 const char *access_type = local
201 Report("The signal is caused by a %s memory access.\n", access_type);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp213 const char *access_type = local
217 Report("The signal is caused by a %s memory access.\n", access_type);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c1037 vm_prot_t access_type; local
1117 access_type = VM_PROT_READ;
1119 access_type = (sfsr & SFSR_W) ? VM_PROT_WRITE : VM_PROT_READ;
1143 rv = uvm_fault(kernel_map, va, access_type);
1150 kernel_map, va, access_type, rv,
1164 rv = uvm_fault(&vm->vm_map, va, access_type);
1172 &vm->vm_map, va, access_type, rv,
1458 vm_prot_t access_type; local
1495 access_type = VM_PROT_EXECUTE;
1510 rv = uvm_fault(&vm->vm_map, va, access_type);
1569 vm_prot_t access_type; local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.cc110 descr->access_type = kAccessTypeLeft;
112 descr->access_type = kAccessTypeRight;
118 descr->access_type = kAccessTypeInside;
120 descr->access_type = kAccessTypeUnknown;
132 switch (descr.access_type) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.cc108 descr->access_type = kAccessTypeLeft;
110 descr->access_type = kAccessTypeRight;
116 descr->access_type = kAccessTypeInside;
118 descr->access_type = kAccessTypeUnknown;
130 switch (descr.access_type) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.cpp108 descr->access_type = kAccessTypeLeft;
110 descr->access_type = kAccessTypeRight;
116 descr->access_type = kAccessTypeInside;
118 descr->access_type = kAccessTypeUnknown;
130 switch (descr.access_type) {

Completed in 370 milliseconds

123