Searched defs:is_read (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | intel_sbi.c | 15 u32 *val, bool is_read) in intel_sbi_rw()
|
H A D | intel_pcode.c | 58 bool is_read) in __snb_pcode_rw()
|
H A D | vlv_sideband.c | 84 const bool is_read = (opcode == SB_MRD_NP || opcode == SB_CRRDDA_NP); in vlv_sideband_rw() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_shadow.h | 102 u32 is_read = !!(typ & kAccessRead); in IsBothReadsOrAtomic() local 113 u32 is_read = !!(typ & kAccessRead); in IsRWWeakerOrEqual() local
|
H A D | tsan_trace.h | 55 u64 is_read : 1; member 86 u64 is_read : 1; member 104 u64 is_read : 1; member
|
H A D | tsan_rtl_report.cpp | 481 bool is_read = typ & kAccessRead; in RestoreStack() local
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/hdcp/ |
H A D | hdcp_msg.c | 228 dpcd_access_helper(struct dc_link * link,uint32_t length,uint8_t * data,uint32_t dpcd_addr,bool is_read) dpcd_access_helper() argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-data-ref.c | 1012 analyze_array (tree stmt, tree ref, bool is_read) in analyze_array() 1056 analyze_indirect_ref (tree stmt, tree ref, bool is_read) in analyze_indirect_ref() 1126 bool is_read, in init_data_ref() 1436 address_analysis (tree expr, tree stmt, bool is_read, struct data_reference *dr, in address_analysis() 1595 object_analysis (tree memref, tree stmt, bool is_read, in object_analysis() 1955 create_data_ref (tree memref, tree stmt, bool is_read) in create_data_ref()
|
H A D | tree-data-ref.h | 83 bool is_read; member
|
/openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
H A D | PipeWindows.cpp | 174 bool child_process_inherit, bool is_read) { in OpenNamedPipe()
|
/openbsd-src/sys/dev/pci/drm/i915/gvt/ |
H A D | handlers.c | 3129 void *pdata, unsigned int bytes, bool is_read) in intel_vgpu_mmio_reg_rw()
|