Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 2536) sorted by relevance

12345678910>>...102

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hubp.c70 const struct dc_plane_address *address, in hubp3_program_surface_flip_and_addr() argument
82 VMID, address->vmid); in hubp3_program_surface_flip_and_addr()
99 switch (address->type) { in hubp3_program_surface_flip_and_addr()
108 if (address->grph.addr.quad_part == 0) in hubp3_program_surface_flip_and_addr()
118 address->grph.meta_addr.high_part); in hubp3_program_surface_flip_and_addr()
122 address->grph.meta_addr.low_part); in hubp3_program_surface_flip_and_addr()
127 address->grph.addr.high_part); in hubp3_program_surface_flip_and_addr()
131 address->grph.addr.low_part); in hubp3_program_surface_flip_and_addr()
303 address->rgbea.addr.high_part); in hubp3_program_surface_flip_and_addr()
307 address->rgbea.addr.low_part); in hubp3_program_surface_flip_and_addr()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mach_vm.cpp22 static bool intersects_with_shadow(mach_vm_address_t address, in intersects_with_shadow() argument
26 return !IsAppMem(address) || !IsAppMem(address + size - 1); in intersects_with_shadow()
33 return REAL(mach_vm_allocate)(target, address, size, flags); in TSAN_INTERCEPTOR()
34 if (address && intersects_with_shadow(*address, size, flags)) in TSAN_INTERCEPTOR()
38 MemoryRangeImitateWriteOrResetRange(thr, pc, *address, size); in TSAN_INTERCEPTOR()
43 mach_vm_address_t address, mach_vm_size_t size) { in TSAN_INTERCEPTOR() argument
44 SCOPED_TSAN_INTERCEPTOR(mach_vm_deallocate, target, address, size); in TSAN_INTERCEPTOR()
46 return REAL(mach_vm_deallocate)(target, address, size); in TSAN_INTERCEPTOR()
47 kern_return_t kr = REAL(mach_vm_deallocate)(target, address, size); in TSAN_INTERCEPTOR()
48 if (kr == KERN_SUCCESS && address) in TSAN_INTERCEPTOR()
[all …]
/openbsd/gnu/llvm/clang/docs/
H A DSYCLSupport.rst27 default address space" (see section 5.9.3) and "inferred address space" (see
32 the address space qualifier inference as detailed in
35 The default address space is "generic-memory", which is a virtual address space
39 - explicit conversions to/from the default address space from/to the address
42 address space
43 - explicit conversions to/from the global address space from/to the
45 ``__attribute__((opencl_global_host))`` address space-attributed type
48 global address space
50 All named address spaces are disjoint and sub-sets of default address space.
58 to a specific address space. This is described in
[all …]
/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg90 address 0x000
104 address 0x001
121 address 0x002
200 address 0x003
216 address 0x004
231 address 0x004
247 address 0x005
263 address 0x006
272 address 0x008
3184 * Low address must be written prior to high address.
[all …]
H A Daic7xxx.reg59 address 0x000
76 address 0x001
92 address 0x002
108 address 0x003
139 address 0x003
169 address 0x004
185 address 0x005
207 address 0x006
212 address 0x007
224 address 0x008
[all …]
/openbsd/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.13.in7 local-address 192.0.2.1
8 local-address 2001:db8:abcd::1
17 local-address 192.0.2.254
21 local-address 2001:db8:abcd::254
25 no local-address
29 no local-address
43 local-address 192.0.2.253
44 local-address 2001:db8:abcd::253
49 local-address 192.0.2.253
55 no local-address
[all …]
H A Dbgpd.conf.13.ok34 local-address 192.0.2.253
35 local-address 2001:db8:abcd::253
43 local-address 192.0.2.253
44 local-address 2001:db8:abcd::253
60 local-address 192.0.2.1
61 local-address 2001:db8:abcd::1
69 local-address 192.0.2.1
70 local-address 2001:db8:abcd::1
78 local-address 192.0.2.254
79 local-address 2001:db8:abcd::1
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp71 info.address = 0x400000; in TEST()
95 info.address = 0x400000; in TEST()
96 RenderFrame(&str, "%M", frame_no, info.address, &info, false); in TEST()
100 RenderFrame(&str, "%L", frame_no, info.address, &info, false); in TEST()
106 RenderFrame(&str, "%M", frame_no, info.address, &info, false); in TEST()
111 RenderFrame(&str, "%L", frame_no, info.address, &info, false); in TEST()
115 RenderFrame(&str, "%b", frame_no, info.address, &info, false); in TEST()
123 RenderFrame(&str, "%M", frame_no, info.address, &info, false); in TEST()
129 RenderFrame(&str, "%L", frame_no, info.address, &info, false); in TEST()
133 RenderFrame(&str, "%b", frame_no, info.address, &info, false); in TEST()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp218 u8* function = (u8*)address; in IsMemoryPadding()
318 uptr address = image_address; in AllocateTrampolineRegion() local
439 switch (*(u64*)address) { in GetInstructionSize()
444 switch (*(u8*)address) { in GetInstructionSize()
490 switch (*(u16*)(address)) { in GetInstructionSize()
512 switch (*(u8*)address) { in GetInstructionSize()
526 switch (*(u16*)address) { in GetInstructionSize()
602 switch (*(u32*)(address)) { in GetInstructionSize()
619 switch (*(u8*)address) { in GetInstructionSize()
623 switch (*(u16*)address) { in GetInstructionSize()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dpcd.c46 uint32_t address, in internal_link_read_dpcd() argument
52 link, address, data, size)) { in internal_link_read_dpcd()
61 uint32_t address, in internal_link_write_dpcd() argument
67 link, address, data, size)) { in internal_link_write_dpcd()
113 const uint32_t end_address = END_ADDRESS(address, size); in dpcd_get_next_partition_size()
121 address, end_address)) in dpcd_get_next_partition_size()
125 return ADDRESS_RANGE_SIZE(address, mandatory_dpcd_partitions[partition_iterator].end); in dpcd_get_next_partition_size()
198 uint32_t address, in core_link_read_dpcd() argument
231 uint32_t address, in core_link_write_dpcd() argument
240 partition_size = dpcd_get_next_partition_size(address, size); in core_link_write_dpcd()
[all …]
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dsymtab.c180 dbg_sym_lookup (sym_tab, address) in dbg_sym_lookup() argument
182 bfd_vma address;
188 (unsigned long) address);
201 if (sym[mid].addr <= address && sym[mid + 1].addr > address)
204 if (sym[mid].addr > address)
221 sym_lookup (sym_tab, address) in sym_lookup() argument
223 bfd_vma address;
241 if (sym[mid].addr <= address && sym[mid + 1].addr > address)
243 if (address > sym[mid].end_addr)
258 if (sym[mid].addr > address)
[all …]
/openbsd/sbin/isakmpd/
H A Dutil.c198 char *np = address; in text2sockaddr()
363 *address = strdup(buf); in sockaddr2text()
364 if (!*address) in sockaddr2text()
371 if (!*address) in sockaddr2text()
375 **address = '\0'; in sockaddr2text()
378 free(*address); in sockaddr2text()
384 free(*address); in sockaddr2text()
387 snprintf(*address + strlen(*address), in sockaddr2text()
402 if (!*address) in sockaddr2text()
411 (*address)[j] = in sockaddr2text()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2562 MemA[address,4] = S[d+r]; address = address+4; in EmulateVPUSH()
2655 S[d+r] = MemA[address,4]; address = address+4; in EmulateVPOP()
2658 word1 = MemA[address,4]; word2 = MemA[address+4,4]; address = address+8; in EmulateVPOP()
3911 R[i] = MemA[address, 4]; address = address + 4; in EmulateLDM()
8754 address = address + 4; in EmulateRFE()
11199 S[d+r] = MemA[address,4]; address = address+4; in EmulateVLDM()
11201 word1 = MemA[address,4]; word2 = MemA[address+4,4]; address = address+8; in EmulateVLDM()
11341 address = address + 4; in EmulateVLDM()
11357 address = address + 8; in EmulateVLDM()
11538 address = address + 4; in EmulateVSTM()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcpu-h8300.c222 bfd_h8300_pad_address (bfd *abfd, bfd_vma address) in bfd_h8300_pad_address() argument
225 address &= 0xffffffffu; in bfd_h8300_pad_address()
234 if (address >= 0x8000) in bfd_h8300_pad_address()
235 return address | 0xffff0000u; in bfd_h8300_pad_address()
236 return address; in bfd_h8300_pad_address()
240 if (address >= 0x800000) in bfd_h8300_pad_address()
241 return address | 0xff000000u; in bfd_h8300_pad_address()
242 return address; in bfd_h8300_pad_address()
246 return address; in bfd_h8300_pad_address()
/openbsd/sys/dev/pci/
H A Dpci_map.c69 pcireg_t address, mask, csr; in obsd_pci_io_find() local
98 address = pci_conf_read(pc, tag, reg); in obsd_pci_io_find()
101 pci_conf_write(pc, tag, reg, address); in obsd_pci_io_find()
121 *basep = PCI_MAPREG_IO_ADDR(address); in obsd_pci_io_find()
169 address = pci_conf_read(pc, tag, reg); in obsd_pci_mem_find()
172 pci_conf_write(pc, tag, reg, address); in obsd_pci_mem_find()
194 PCI_MAPREG_MEM_TYPE(address)); in obsd_pci_mem_find()
210 switch (PCI_MAPREG_MEM_TYPE(address)) { in obsd_pci_mem_find()
266 pcireg_t address, mask, csr; in pci_mapreg_probe() local
274 address = pci_conf_read(pc, tag, reg); in pci_mapreg_probe()
[all …]
/openbsd/games/adventure/
H A Dsave.c46 void *address; member
129 for (p = save_array; p->address != NULL; p++) in save()
130 sum = crc(p->address, p->width); in save()
141 for (p = save_array; p->address != NULL; p++) { in save()
142 for (s = p->address, i = 0; i < p->width; i++, s++) in save()
144 fwrite(p->address, p->width, 1, out); in save()
168 for (p = save_array; p->address != NULL; p++) { in restore()
169 fread(p->address, p->width, 1, in); in restore()
170 for (s = p->address, i = 0; i < p->width; i++, s++) in restore()
176 for (p = save_array; p->address != NULL; p++) in restore()
[all …]
/openbsd/sys/ddb/
H A Ddb_break.c107 bkpt->address = addr; in db_set_breakpoint()
124 if (bkpt->address == addr) { in db_delete_breakpoint()
143 if (bkpt->address == addr) in db_find_breakpoint()
159 db_get_value(bkpt->address, BKPT_SIZE, 0); in db_set_breakpoints()
160 db_put_value(bkpt->address, BKPT_SIZE, in db_set_breakpoints()
174 db_put_value(bkpt->address, BKPT_SIZE, bkpt->bkpt_inst); in db_clear_breakpoints()
202 bkpt->address = addr; in db_set_temp_breakpoint()
207 bkpt->bkpt_inst = db_get_value(bkpt->address, BKPT_SIZE, 0); in db_set_temp_breakpoint()
208 db_put_value(bkpt->address, BKPT_SIZE, BKPT_SET(bkpt->bkpt_inst)); in db_set_temp_breakpoint()
215 db_put_value(bkpt->address, BKPT_SIZE, bkpt->bkpt_inst); in db_delete_temp_breakpoint()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp78 else if (m_hbp_regs[i].address == addr) in SetHardwareBreakpoint()
87 m_hbp_regs[bp_index].address = addr; in SetHardwareBreakpoint()
94 m_hbp_regs[bp_index].address = 0; in SetHardwareBreakpoint()
128 m_hbp_regs[hw_idx].address = 0; in ClearHardwareBreakpoint()
135 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
185 m_hbp_regs[i].address = 0; in ClearAllHardwareBreakpoints()
192 m_hbp_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
295 m_hwp_regs[wp_index].address = addr; in SetHardwareWatchpoint()
302 m_hwp_regs[wp_index].address = 0; in SetHardwareWatchpoint()
337 m_hwp_regs[wp_index].address = 0; in ClearHardwareWatchpoint()
[all …]
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResult.cpp32 lldb::addr_t address) { in Create() argument
35 addr_byte_size, address)) in Create()
44 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
59 name, data, address)) in Create()
66 const DataExtractor &data, lldb::addr_t address) in ValueObjectConstResult() argument
67 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
95 data_addr_size, address)) in Create()
113 uint32_t data_addr_size, lldb::addr_t address) in ValueObjectConstResult() argument
114 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
145 m_impl(this, address) { in ValueObjectConstResult()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c351 const struct dc_plane_address *address, in hubp1_program_surface_flip_and_addr() argument
379 switch (address->type) { in hubp1_program_surface_flip_and_addr()
388 if (address->grph.addr.quad_part == 0) in hubp1_program_surface_flip_and_addr()
392 PRIMARY_SURFACE_TMZ, address->tmz_surface, in hubp1_program_surface_flip_and_addr()
398 address->grph.meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
402 address->grph.meta_addr.low_part); in hubp1_program_surface_flip_and_addr()
407 address->grph.addr.high_part); in hubp1_program_surface_flip_and_addr()
411 address->grph.addr.low_part); in hubp1_program_surface_flip_and_addr()
509 address->grph_stereo.left_addr.low_part); in hubp1_program_surface_flip_and_addr()
516 hubp->request_address = *address; in hubp1_program_surface_flip_and_addr()
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h47 #define STACK_LOGGING_DISGUISE(address) \ argument
48 ((address) ^ 0x00005555) /* nicely idempotent */
76 mach_vm_address_t address; member
80 __mach_stack_logging_get_frames(task_t task, mach_vm_address_t address,
86 task_t task, mach_vm_address_t address,
109 unsigned address; /* disguised, to avoid confusing leaks */ member
131 vm_address_t address,
140 task_t task, memory_reader_t reader, vm_address_t address,
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-h8300.c232 bfd_h8300_pad_address (bfd *abfd, bfd_vma address) in bfd_h8300_pad_address() argument
235 address &= 0xffffffffu; in bfd_h8300_pad_address()
244 if (address >= 0x8000) in bfd_h8300_pad_address()
245 return address | 0xffff0000u; in bfd_h8300_pad_address()
246 return address; in bfd_h8300_pad_address()
250 if (address >= 0x800000) in bfd_h8300_pad_address()
251 return address | 0xff000000u; in bfd_h8300_pad_address()
252 return address; in bfd_h8300_pad_address()
256 return address; in bfd_h8300_pad_address()
H A Dsrec.c489 address = 0; in srec_scan()
506 address = (address << 8) | HEX (data); in srec_scan()
511 address = (address << 8) | HEX (data); in srec_scan()
513 address = (address << 8) | HEX (data); in srec_scan()
550 address = (address << 8) | HEX (data); in srec_scan()
554 address = (address << 8) | HEX (data); in srec_scan()
556 address = (address << 8) | HEX (data); in srec_scan()
706 address = 0; in srec_read_section()
722 address = (address << 8) | HEX (data); in srec_read_section()
727 address = (address << 8) | HEX (data); in srec_read_section()
[all …]
/openbsd/usr.sbin/ripd/
H A Dmessage.c105 u_int32_t address, netmask, nexthop, metric; in send_triggered_update() local
125 address = rr->address.s_addr; in send_triggered_update()
132 ibuf_add(buf, &address, sizeof(address)); in send_triggered_update()
152 u_int32_t address, netmask, nexthop; in send_request() local
193 address = entry->rr->address.s_addr; in send_request()
203 ibuf_add(buf, &address, sizeof(address)); in send_request()
229 u_int32_t address, netmask, nexthop; in send_response() local
274 address = entry->rr->address.s_addr; in send_response()
294 ibuf_add(buf, &address, sizeof(address)); in send_response()
361 rr.address.s_addr = e->address; in recv_request()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dsymtab.c177 dbg_sym_lookup (Sym_Table *sym_tab, bfd_vma address) in dbg_sym_lookup() argument
183 (unsigned long) address); in dbg_sym_lookup()
196 if (sym[mid].addr <= address && sym[mid + 1].addr > address) in dbg_sym_lookup()
199 if (sym[mid].addr > address) in dbg_sym_lookup()
216 sym_lookup (Sym_Table *sym_tab, bfd_vma address) in sym_lookup() argument
234 if (sym[mid].addr <= address && sym[mid + 1].addr > address) in sym_lookup()
236 if (address > sym[mid].end_addr) in sym_lookup()
251 if (sym[mid].addr > address) in sym_lookup()
257 if (sym[mid + 1].addr <= address) in sym_lookup()
259 if (address > sym[mid + 1].end_addr) in sym_lookup()

12345678910>>...102