Home
last modified time | relevance | path

Searched refs:base_address (Results 1 – 25 of 56) sorted by relevance

123

/openbsd/sys/arch/arm64/stand/efiboot/
H A Defiacpi.c253 uint64_t base_address; member
269 uint64_t base_address; member
281 uint64_t base_address; member
303 uint64_t base_address; member
324 struct acpi_gas base_address; member
439 gicc_base = gicc->base_address; in efi_acpi_madt_gicc()
471 gicd_base = gicd->base_address; in efi_acpi_madt_gicd()
483 reg[0] = htobe64(msi->base_address); in efi_acpi_madt_gic_msi()
523 reg[0] = htobe64(its->base_address); in efi_acpi_madt_gic_its()
642 reg[0] = htobe64(spcr->base_address.address); in efi_acpi_spcr()
[all …]
/openbsd/sys/dev/acpi/
H A Dacpimcfg.c72 entry->base_address, entry->min_bus_number, entry->max_bus_number); in acpimcfg_attach()
74 pci_mcfg_init(aaa->aaa_memt, entry->base_address, in acpimcfg_attach()
H A Dacpireg.h406 struct acpi_gas base_address; member
419 uint64_t base_address; member
435 struct acpi_gas base_address; member
766 uint64_t base_address; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2loc.c63 CORE_ADDR base_address = baton->base_address + base_offset; in find_location_expression() local
82 base_address = high; in find_location_expression()
87 low += base_address; in find_location_expression()
88 high += base_address; in find_location_expression()
H A Ddwarf2loc.h51 CORE_ADDR base_address; member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp489 uptr base_address; member
496 if (l->base_address < r->base_address) in CompareModulesBase()
498 return l->base_address > r->base_address; in CompareModulesBase()
513 module_infos[i].base_address = modules[i].ranges().front()->beg; in DumpProcessMap()
522 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap()
693 uptr base_address = (uptr)mi.lpBaseOfDll; in init() local
702 uptr adjusted_base = base_address - preferred_base; in init()
708 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
H A Dsanitizer_common.cpp137 void LoadedModule::set(const char *module_name, uptr base_address) { in set() argument
140 base_address_ = base_address; in set()
143 void LoadedModule::set(const char *module_name, uptr base_address, in set() argument
146 set(module_name, base_address); in set()
H A Dsanitizer_procmaps_common.cpp140 uptr base_address = (i ? segment.start : 0) - segment.offset; in DumpListOfModules() local
142 cur_module.set(cur_name, base_address); in DumpListOfModules()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DDynamicLoader.h299 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, in GetSharedCacheInformation() argument
302 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
/openbsd/sys/dev/pci/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4201 void *base_address; /**< CPU base address for ring's data */ member
4211 void *base_address; /**< CPU address for the ring's data */ member
4262 uint64_t volatile *dst = (uint64_t volatile *)((uint8_t *)(rb->base_address) + rb->wrpt); in dmub_rb_push_front()
4292 uint8_t *dst = (uint8_t *)(rb->base_address) + rb->wrpt; in dmub_rb_out_push_front()
4319 uint8_t *rb_cmd = (uint8_t *)(rb->base_address) + rb->rptr; in dmub_rb_front()
4359 uint8_t *rb_cmd = (uint8_t *)(rb->base_address) + rptr; in dmub_rb_peek_offset()
4380 …const uint64_t volatile *src = (const uint64_t volatile *)((uint8_t *)(rb->base_address) + rb->rpt… in dmub_rb_out_front()
4428 uint64_t *data = (uint64_t *)((uint8_t *)(rb->base_address) + rptr); in dmub_rb_flush_pending()
4453 rb->base_address = init_params->base_address; in dmub_rb_init()
4470 (uint8_t *)rb->base_address + rb->capacity - DMUB_RB_CMD_SIZE : in dmub_rb_get_return_data()
[all …]
/openbsd/sys/arch/arm64/dev/
H A Dsmmu_acpi.c73 printf(" addr 0x%llx/0x%llx", smmu->base_address, smmu->span); in smmu_acpi_attach()
77 if (bus_space_map(sc->sc_iot, smmu->base_address, smmu->span, in smmu_acpi_attach()
/openbsd/sys/dev/pci/drm/amd/include/
H A Ddiscovery.h107 uint32_t base_address[]; /* variable number of Addresses */ member
125 uint32_t base_address[]; /* Base Address list. Corresponds to the num_base_address field*/ member
143 …DECLARE_FLEX_ARRAY(uint32_t, base_address); /* 32-bit Base Address list. Corresponds to the num_ba…
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h454base_address(reinterpret_cast<int*>(/*_init_byte_address & ~0x3*/ _init_byte_address - 1)) {} in InitByteFutex()
523 …void wait_on_initialization() { Wait(base_address, expected_value_for_futex(PENDING_BIT | WAITING_… in wait_on_initialization()
524 void wake_all() { Wake(base_address); } in wake_all()
536 int* const base_address; member
/openbsd/gnu/gcc/gcc/
H A Dtree-data-ref.c1094 base_address = init; in analyze_indirect_ref()
1127 tree base_address, in init_data_ref() argument
1156 DR_BASE_ADDRESS (res) = base_address; in init_data_ref()
1511 return base_address; in address_analysis()
1796 if (!base_address) in object_analysis()
1808 switch (TREE_CODE (base_address)) in object_analysis()
1817 *memtag = TREE_OPERAND (base_address, 0); in object_analysis()
1831 if (!base_address) in object_analysis()
1874 return base_address; in object_analysis()
1972 if (!dr || !base_address) in create_data_ref()
[all …]
H A Dtree-data-ref.h48 tree base_address; member
124 #define DR_BASE_ADDRESS(DR) (DR)->first_location.base_address
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp264 const Address &base_address = m_addr_range.GetBaseAddress(); in GetPrologueByteSize() local
265 Function *function = base_address.CalculateSymbolContextFunction(); in GetPrologueByteSize()
272 ModuleSP module_sp(base_address.GetModule()); in GetPrologueByteSize()
276 base_address, eSymbolContextLineEntry, sc); in GetPrologueByteSize()
282 Address addr(base_address); in GetPrologueByteSize()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1576 uint32_t base_address = ReadRegisterUnsigned( in Emulate_SWM16_32() local
1582 base_address = base_address + offset; in Emulate_SWM16_32()
1620 if (!WriteMemory(context, base_address, buffer, reg_info_src->byte_size)) in Emulate_SWM16_32()
1624 base_address = base_address + reg_info_src->byte_size; in Emulate_SWM16_32()
1640 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWSP() local
1645 base_address = base_address + imm5; in Emulate_LWSP()
1652 base_address); in Emulate_LWSP()
1663 context.SetAddress(base_address); in Emulate_LWSP()
1694 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWM16_32() local
1699 base_address = base_address + imm; in Emulate_LWM16_32()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp401 const Address &base_address = sc.symbol->GetAddressRef(); in DumpLinesInFunctions() local
402 Function *function = base_address.CalculateSymbolContextFunction(); in DumpLinesInFunctions()
427 const Address &base_address = range.GetBaseAddress(); in DumpLinesInFunctions() local
429 lldb::addr_t start_addr = base_address.GetLoadAddress(target); in DumpLinesInFunctions()
431 start_addr = base_address.GetFileAddress(); in DumpLinesInFunctions()
941 const Address &base_address = sc.symbol->GetAddressRef(); in DoExecute() local
942 Function *function = base_address.CalculateSymbolContextFunction(); in DoExecute()
/openbsd/gnu/usr.bin/binutils/ld/
H A Ddeffile.h60 bfd_vma base_address; /* (bfd_vma)(-1) if unspecified */ member
H A Ddeffilep.y276 rv->base_address = (bfd_vma) -1; in def_file_empty()
397 if (def->base_address != (bfd_vma) -1) in def_file_print()
398 fprintf (file, " base address: 0x%08x\n", def->base_address); in def_file_print()
655 def->base_address = base; in def_name()
665 def->base_address = base; in def_library()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Ddeffile.h60 bfd_vma base_address; /* (bfd_vma)(-1) if unspecified */ member
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.h80 unsigned long base_address; member
H A Ddwarf.c1157 debug_info_p->base_address = uvalue; in read_and_display_attr_value()
1621 debug_information [unit].base_address = 0; in process_debug_info()
2334 unsigned long base_address; in display_debug_loc() local
2347 base_address = debug_information [i].base_address; in display_debug_loc()
2392 base_address = end; in display_debug_loc()
2416 offset, begin + base_address, end + base_address); in display_debug_loc()
2685 unsigned long base_address; in display_debug_ranges() local
2694 base_address = debug_information [i].base_address; in display_debug_ranges()
2727 base_address = end; in display_debug_ranges()
2734 offset, begin + base_address, end + base_address); in display_debug_ranges()
/openbsd/sys/dev/pci/
H A Digc_i225.c777 uint16_t base_address = 0x0; in igc_update_flash_i225() local
810 base_address = 0x1000; in igc_update_flash_i225()
814 IGC_I225_ERASE_CMD_OPCODE, base_address); in igc_update_flash_i225()
820 current_offset = base_address; in igc_update_flash_i225()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.h58 lldb::addr_t &base_address, lldb_private::UUID &uuid,

123