| /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/external/gpl3/gdb/dist/sim/ppc/ |
| 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,
|
| device.h | 655 } access_type; typedef in typeref:enum:_access_type 672 access_type access, 682 access_type access,
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| 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,
|
| device.h | 655 } access_type; typedef in typeref:enum:_access_type 672 access_type access, 682 access_type access,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_descriptions.h | 117 u32 access_type : 2; member in struct:__asan::ChunkAccess
|
| /src/sys/fs/tmpfs/ |
| tmpfs_vnops.c | 1206 const vm_prot_t access_type = ap->a_access_type; local 1259 if ((access_type & VM_PROT_WRITE) != 0) { 1270 access_type, advice, flags);
|
| /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...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_descriptions.h | 116 u32 access_type : 2; member in struct:__asan::ChunkAccess
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_descriptions.h | 116 u32 access_type : 2; member in struct:__asan::ChunkAccess
|
| /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/external/gpl3/gdb/dist/gdb/guile/ |
| scm-breakpoint.c | 67 enum target_hw_bp_type access_type; member in struct:gdbscm_breakpoint_object::__anon17869 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.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/gcc/dist/gcc/c-family/ |
| c-pretty-print.cc | 2072 tree access_type = TREE_TYPE (e); 2074 if (tree access_size = TYPE_SIZE_UNIT (access_type)) 2088 || !lang_hooks.types_compatible_p (access_type, arg_type)); 2114 pp->type_id (build_pointer_type (access_type)); 2069 tree access_type = TREE_TYPE (e); local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-pretty-print.cc | 2010 tree access_type = TREE_TYPE (e); 2012 if (tree access_size = TYPE_SIZE_UNIT (access_type)) 2026 || !lang_hooks.types_compatible_p (access_type, arg_type)); 2052 pp->type_id (build_pointer_type (access_type)); 2007 tree access_type = TREE_TYPE (e); local
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-breakpoint.c | 920 int access_type = hw_write; local 933 &spec, &type, &access_type, 1039 if (access_type == hw_write) 1041 else if (access_type == hw_access) 1043 else if (access_type == hw_read)
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-breakpoint.c | 921 int access_type = hw_write; local 934 &spec, &type, &access_type, 1039 if (access_type == hw_write) 1041 else if (access_type == hw_access) 1043 else if (access_type == hw_read)
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.cc | 1581 tree access_type variable 1584 tree mem_ref_lhs = make_ssa_name_fn (cfun, access_type, 0); 1585 tree mem_ref_op = fold_build2 (MEM_REF, access_type, arg1, zero); 1592 int source_nelts = TYPE_VECTOR_SUBPARTS (access_type).to_constant (); 1599 TYPE_MODE (access_type), variable
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-icf.cc | 1472 access_type = func_checker::get_operand_access_type local 1475 access_type); local 1479 if (access_type == func_checker::OP_MEMORY
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf.cc | 1452 access_type = func_checker::get_operand_access_type local 1455 access_type); local 1459 if (access_type == func_checker::OP_MEMORY
|
| /src/sys/fs/udf/ |
| ecma167-udf.h | 569 uint32_t access_type; /* R/W, WORM etc. */ member in struct:part_desc
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 2526 tree access_type = TREE_TYPE (object); local 2528 if (!perform_or_defer_access_check (TYPE_BINFO (access_type), decl,
|