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

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bp-cond-failure.exp 47 proc run_test { cond_eval access_type bpexpr nloc } {
59 gdb_breakpoint "${bpexpr} if (*(${access_type} *) 0) == 0"
121 foreach_with_prefix access_type { "char" "short" "int" "long long" } {
124 run_test $cond_eval $access_type $bp_line_multi_loc 2
127 run_test $cond_eval $access_type "${srcfile}:${bp_line_single_loc}" 1
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bp-cond-failure.exp 47 proc run_test { cond_eval access_type bpexpr nloc } {
60 gdb_breakpoint "${bpexpr} if (*(${access_type} *) 0) == 0"
122 foreach_with_prefix access_type { "char" "short" "int" "long long" } {
125 run_test $cond_eval $access_type $bp_line_multi_loc 2
128 run_test $cond_eval $access_type "${srcfile}:${bp_line_single_loc}" 1
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_iobus.c 54 access_type access,
corefile.c 84 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,
corefile.h 109 access_type access,
hw_core.c 65 access_type access,
device.h 655 } access_type; typedef in typeref:enum:_access_type
672 access_type access,
682 access_type access,
device_table.c 215 access_type access,
230 access_type access,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_iobus.c 54 access_type access,
corefile.c 84 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,
hw_core.c 65 access_type access,
corefile.h 109 access_type access,
device.h 655 } access_type; typedef in typeref:enum:_access_type
672 access_type access,
682 access_type access,
device_table.c 215 access_type access,
230 access_type access,
  /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
    [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
    [all...]
uvm_device.c 378 int npages, int centeridx, vm_prot_t access_type,
442 mdpgno = cdev_mmap(device, curr_offset, access_type);
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-breakpoint.c 67 enum target_hw_bp_type access_type; member in struct:gdbscm_breakpoint_object::__anon20608
358 int access_type = hw_write;
367 &access_type_arg_pos, &access_type,
384 scm_from_int (access_type),
389 switch (access_type)
397 scm_from_int (access_type),
422 bp_smob->spec.access_type = (enum target_hw_bp_type) access_type;
480 enum target_hw_bp_type access_type = bp_smob->spec.access_type;
356 int access_type = hw_write; local
478 enum target_hw_bp_type access_type = bp_smob->spec.access_type; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-breakpoint.c 67 enum target_hw_bp_type access_type; member in struct:gdbscm_breakpoint_object::__anon304
358 int access_type = hw_write;
367 &access_type_arg_pos, &access_type,
384 scm_from_int (access_type),
389 switch (access_type)
397 scm_from_int (access_type),
422 bp_smob->spec.access_type = (enum target_hw_bp_type) access_type;
480 enum target_hw_bp_type access_type = bp_smob->spec.access_type;
356 int access_type = hw_write; local
478 enum target_hw_bp_type access_type = bp_smob->spec.access_type; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_report.cc 199 const char *access_type = local
203 Report("The signal is caused by a %s memory access.\n", access_type);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_report.cpp 212 const char *access_type = local
216 Report("The signal is caused by a %s memory access.\n", access_type);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_report.cpp 213 const char *access_type = local
217 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
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
1502 access_type = VM_PROT_EXECUTE;
1517 rv = uvm_fault(&vm->vm_map, va, access_type);
1576 vm_prot_t access_type; local
    [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) {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_descriptions.cpp 108 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 29 milliseconds

1 2 3 4