Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 135) sorted by relevance

123456

/qemu/hw/scsi/
H A Dmptconfig.c189 size_t mptsas_config_manufacturing_0(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_0()
201 size_t mptsas_config_manufacturing_1(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_1()
209 size_t mptsas_config_manufacturing_2(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_2()
218 size_t mptsas_config_manufacturing_3(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_3()
227 size_t mptsas_config_manufacturing_4(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_4()
236 size_t mptsas_config_manufacturing_5(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_5()
243 size_t mptsas_config_manufacturing_6(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_6()
250 size_t mptsas_config_manufacturing_7(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_7()
257 size_t mptsas_config_manufacturing_8(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_8()
264 size_t mptsas_config_manufacturing_9(MPTSASState *s, uint8_t **data, int address) in mptsas_config_manufacturing_9()
[all …]
/qemu/target/ppc/
H A Dmmu-booke.c30 target_ulong address, uint32_t pid, int i) in ppcemb_tlb_check()
56 int ppcemb_tlb_search(CPUPPCState *env, target_ulong address, uint32_t pid) in ppcemb_tlb_search()
72 target_ulong address, in mmu40x_get_physical_address()
158 hwaddr *raddr, int *prot, target_ulong address, in mmubooke_check_tlb()
189 int *prot, target_ulong address, in mmubooke_get_physical_address()
221 target_ulong address, uint32_t pid) in ppcmas_tlb_check()
311 target_ulong address, in mmubooke206_check_tlb()
391 int *prot, target_ulong address, in mmubooke206_get_physical_address()
422 static void booke206_update_mas_tlb_miss(CPUPPCState *env, target_ulong address, in booke206_update_mas_tlb_miss()
H A Duser_only_helper.c25 void ppc_cpu_record_sigsegv(CPUState *cs, vaddr address, in ppc_cpu_record_sigsegv()
H A Dmmu_helper.c829 target_ulong helper_4xx_tlbsx(CPUPPCState *env, target_ulong address) in helper_4xx_tlbsx()
971 target_ulong helper_440_tlbsx(CPUPPCState *env, target_ulong address) in helper_440_tlbsx()
1162 void helper_booke206_tlbsx(CPUPPCState *env, target_ulong address) in helper_booke206_tlbsx()
1236 void helper_booke206_tlbivax(CPUPPCState *env, target_ulong address) in helper_booke206_tlbivax()
1267 void helper_booke206_tlbilx0(CPUPPCState *env, target_ulong address) in helper_booke206_tlbilx0()
1273 void helper_booke206_tlbilx1(CPUPPCState *env, target_ulong address) in helper_booke206_tlbilx1()
1294 void helper_booke206_tlbilx3(CPUPPCState *env, target_ulong address) in helper_booke206_tlbilx3()
/qemu/target/sh4/
H A Dhelper.c234 static int find_tlb_entry(CPUSH4State * env, target_ulong address, in find_tlb_entry()
294 static int find_itlb_entry(CPUSH4State * env, target_ulong address, in find_itlb_entry()
312 static int find_utlb_entry(CPUSH4State * env, target_ulong address, int use_asid) in find_utlb_entry()
329 int *prot, target_ulong address, in get_mmu_address()
396 int *prot, target_ulong address, in get_physical_address()
455 target_ulong address = entry->vpn << 10; in cpu_load_tlb() local
531 target_ulong address = entry->vpn << 10; in cpu_sh4_write_mmaped_itlb_addr() local
573 target_ulong address = entry->vpn << 10; in cpu_sh4_write_mmaped_itlb_data() local
668 target_ulong address = entry->vpn << 10; in cpu_sh4_write_mmaped_utlb_addr() local
719 target_ulong address = entry->vpn << 10; in cpu_sh4_write_mmaped_utlb_data() local
[all …]
/qemu/hw/i2c/
H A Dcore.c70 void i2c_slave_set_address(I2CSlave *dev, uint8_t address) in i2c_slave_set_address()
81 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast, in i2c_scan_bus()
121 static int i2c_do_start_transfer(I2CBus *bus, uint8_t address, in i2c_do_start_transfer()
178 int i2c_start_transfer(I2CBus *bus, uint8_t address, bool is_recv) in i2c_start_transfer()
222 int i2c_start_recv(I2CBus *bus, uint8_t address) in i2c_start_recv()
227 int i2c_start_send(I2CBus *bus, uint8_t address) in i2c_start_send()
232 int i2c_start_send_async(I2CBus *bus, uint8_t address) in i2c_start_send_async()
390 static bool i2c_slave_match(I2CSlave *candidate, uint8_t address, in i2c_slave_match()
/qemu/target/sparc/
H A Dmmu_helper.c73 int *access_index, target_ulong address, in get_physical_address()
210 bool sparc_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in sparc_cpu_tlb_fill()
264 target_ulong mmu_probe(CPUSPARCState *env, target_ulong address, int mmulev) in mmu_probe()
395 int sparc_cpu_memory_rw_debug(CPUState *cs, vaddr address, in sparc_cpu_memory_rw_debug()
489 uint64_t address, uint64_t context, in ultrasparc_tag_match()
549 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
649 target_ulong address, int mmu_idx) in get_physical_address_code()
725 int *access_index, target_ulong address, in get_physical_address()
761 bool sparc_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in sparc_cpu_tlb_fill()
/qemu/hw/i386/
H A De820_memory_layout.c17 void e820_add_entry(uint64_t address, uint64_t length, uint32_t type) in e820_add_entry()
40 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry()
H A De820_memory_layout.h20 uint64_t address; member
/qemu/tests/qemu-iotests/
H A D14746 def blockdev_add_options(self, address, export, node_name): argument
58 def client_test(self, filename, address, export=None, argument
151 def _try_server_up(self, address, export_name=None, export_name2=None): argument
170 def _server_up(self, address, export_name=None, export_name2=None): argument
/qemu/target/loongarch/
H A Dcpu_helper.c47 int *prot, target_ulong address) in loongarch_page_table_walker()
122 int *prot, target_ulong address, in loongarch_map_address()
161 int *prot, target_ulong address, in get_physical_address()
/qemu/tests/qtest/libqos/
H A Digb.c56 static const uint8_t address[] = E1000E_ADDRESS; in igb_pci_start_hw() local
148 QPCIAddress *address = addr; in igb_pci_create() local
/qemu/target/tricore/
H A Dhelper.c38 int *prot, target_ulong address, in get_physical_address()
64 static void raise_mmu_exception(CPUTriCoreState *env, target_ulong address, in raise_mmu_exception()
69 bool tricore_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in tricore_cpu_tlb_fill()
/qemu/target/arm/
H A Dptw.c861 uint32_t *table, uint32_t address) in get_level1_table_address()
982 uint32_t address, MMUAccessType access_type, in get_phys_addr_v5()
1106 uint32_t address, MMUAccessType access_type, in get_phys_addr_v6()
1652 uint64_t address, in get_phys_addr_lpae()
2184 uint32_t address, in get_phys_addr_pmsav5()
2271 int32_t address, uint8_t *prot) in get_phys_addr_pmsav7_default()
2310 static bool m_is_ppb_region(CPUARMState *env, uint32_t address) in m_is_ppb_region()
2317 static bool m_is_system_region(CPUARMState *env, uint32_t address) in m_is_system_region()
2352 uint32_t address, in get_phys_addr_pmsav7()
2563 bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, in pmsav8_mpu_lookup()
[all …]
/qemu/include/hw/pci/
H A Dmsi.h27 uint64_t address; member
/qemu/target/openrisc/
H A Dmmu.c32 target_ulong address) in get_phys_nommu()
98 static void raise_mmu_exception(OpenRISCCPU *cpu, target_ulong address, in raise_mmu_exception()
/qemu/pc-bios/s390-ccw/
H A Djump2ipl.c36 int jump_to_IPL_code(uint64_t address) in jump_to_IPL_code()
/qemu/hw/i386/kvm/
H A Dxen-stubs.c28 bool xen_evtchn_deliver_pirq_msi(uint64_t address, uint32_t data) in xen_evtchn_deliver_pirq_msi()
/qemu/target/mips/tcg/system/
H A Dtlb_helper.c363 target_ulong address, MMUAccessType access_type) in no_mmu_map_address()
372 int *prot, target_ulong address, in fixed_mmu_map_address()
393 target_ulong address, MMUAccessType access_type) in r4k_map_address()
498 static void raise_mmu_exception(CPUMIPSState *env, target_ulong address, in raise_mmu_exception()
696 static bool page_table_walk_refill(CPUMIPSState *env, vaddr address, in page_table_walk_refill()
908 bool mips_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in mips_cpu_tlb_fill()
968 hwaddr cpu_mips_translate_address(CPUMIPSState *env, target_ulong address, in cpu_mips_translate_address()
/qemu/target/loongarch/tcg/
H A Dtlb_helper.c31 static void raise_mmu_exception(CPULoongArchState *env, target_ulong address, in raise_mmu_exception()
337 uint64_t address, entryhi; in helper_tlbfill() local
542 bool loongarch_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in loongarch_cpu_tlb_fill()
675 int *prot, target_ulong address, in loongarch_map_tlb_entry()
744 int *prot, target_ulong address, in loongarch_get_addr_from_tlb()
/qemu/hw/intc/
H A Dsh_intc.c111 static SHIntCMode sh_intc_mode(unsigned long address, unsigned long set_reg, in sh_intc_mode()
125 unsigned long address, in sh_intc_locate()
354 const unsigned long address, in sh_intc_register()
/qemu/hw/nvram/
H A Deeprom_at24c.c141 I2CSlave *at24c_eeprom_init(I2CBus *bus, uint8_t address, uint32_t rom_size) in at24c_eeprom_init()
146 I2CSlave *at24c_eeprom_init_rom(I2CBus *bus, uint8_t address, uint32_t rom_size, in at24c_eeprom_init_rom()
H A Deeprom93xx.c78 uint8_t address; member
159 uint16_t address = eeprom->address; in eeprom93xx_write() local
/qemu/hw/pci-host/
H A Dxilinx-pcie.c189 uint32_t address, int len) in xilinx_pcie_root_config_read()
235 static void xilinx_pcie_root_config_write(PCIDevice *d, uint32_t address, in xilinx_pcie_root_config_write()
/qemu/target/s390x/tcg/
H A Dexcp_helper.c105 void s390_cpu_record_sigsegv(CPUState *cs, vaddr address, in s390_cpu_record_sigsegv()
122 void s390_cpu_record_sigbus(CPUState *cs, vaddr address, in s390_cpu_record_sigbus()
144 bool s390_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in s390_cpu_tlb_fill()

123456