/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/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 in function:tmpfs_getpages 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 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...] |
/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/fs/udf/ |
ecma167-udf.h | 569 uint32_t access_type; /* R/W, WORM etc. */ member in struct:part_desc
|
/src/sys/dev/pci/ |
if_ixlvar.h | 761 uint16_t access_type; member in struct:ixl_aq_req_resource_param
|