Home
last modified time | relevance | path

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

12345678910>>...17

/qemu/tests/qemu-iotests/
H A D14752 'server': address
111 address = { 'type': 'inet',
117 flatten_sock_addr(address))
121 address = { 'type': 'unix',
179 address = { 'type': 'inet',
204 address = { 'type': 'inet',
231 address = { 'type': 'inet',
238 if self._try_server_up(address):
251 address = { 'type': 'unix',
253 self._server_up(address)
[all …]
/qemu/hw/nvram/
H A Deeprom93xx.c78 uint8_t address; member
136 VMSTATE_UINT8(address, eeprom_t),
159 uint16_t address = eeprom->address; in eeprom93xx_write() local
170 address = 0x0; in eeprom93xx_write()
177 for (address = 0; address < eeprom->size; address++) { in eeprom93xx_write()
182 eeprom->contents[address] = 0xffff; in eeprom93xx_write()
189 for (address = 0; address < eeprom->size; address++) { in eeprom93xx_write()
227 address = ((address << 1) | eedi); in eeprom93xx_write()
230 opstring[command], address, eeprom->contents[address]); in eeprom93xx_write()
234 address = address % eeprom->size; in eeprom93xx_write()
[all …]
/qemu/hw/scsi/
H A Dmptconfig.c491 static int mptsas_phy_addr_get(MPTSASState *s, int address) in mptsas_phy_addr_get() argument
494 if ((address >> MPI_SAS_PHY_PGAD_FORM_SHIFT) == 0) { in mptsas_phy_addr_get()
495 i = address & 255; in mptsas_phy_addr_get()
497 i = address & 65535; in mptsas_phy_addr_get()
514 int i = mptsas_phy_addr_get(s, address); in mptsas_config_phy_0()
540 int i = mptsas_phy_addr_get(s, address); in mptsas_config_phy_1()
572 if (address & MPI_SAS_DEVICE_PGAD_BT_BUS_MASK) { in mptsas_device_addr_get()
575 i = address & MPI_SAS_DEVICE_PGAD_BT_TID_MASK; in mptsas_device_addr_get()
597 int i = mptsas_device_addr_get(s, address); in mptsas_config_sas_device_0()
621 int i = mptsas_device_addr_get(s, address); in mptsas_config_sas_device_1()
[all …]
/qemu/hw/i2c/
H A Dcore.c73 dev->address = address; in i2c_slave_set_address()
129 if (address == I2C_BROADCAST) { in i2c_do_start_transfer()
165 s->address); in i2c_do_start_transfer()
223 int i2c_start_recv(I2CBus *bus, uint8_t address) in i2c_start_recv() argument
228 int i2c_start_send(I2CBus *bus, uint8_t address) in i2c_start_send() argument
267 trace_i2c_send(s->address, data); in i2c_send()
287 trace_i2c_send_async(slave->address, data); in i2c_send_async()
305 trace_i2c_recv(s->address, data); in i2c_recv()
348 if ((bus->saved_address == dev->address) || in i2c_slave_post_load()
363 VMSTATE_UINT8(address, I2CSlave),
[all …]
H A Dimx_i2c.c78 if (s->address != ADDR_RESET) { in imx_i2c_reset()
82 s->address = ADDR_RESET; in imx_i2c_reset()
128 if (s->address == ADDR_RESET) { in imx_i2c_read()
199 if (s->address != ADDR_RESET) { in imx_i2c_write()
201 s->address = ADDR_RESET; in imx_i2c_write()
207 if (s->address != ADDR_RESET) { in imx_i2c_write()
209 s->address = ADDR_RESET; in imx_i2c_write()
243 if (s->address == ADDR_RESET) { in imx_i2c_write()
249 s->address = s->i2dr_write; in imx_i2c_write()
257 s->address = ADDR_RESET; in imx_i2c_write()
[all …]
/qemu/target/sparc/
H A Dmmu_helper.c90 full->phys_addr = address; in get_physical_address()
163 page_offset = address & 0x3f000; in get_physical_address()
168 page_offset = address & 0xfff000; in get_physical_address()
223 address &= TARGET_PAGE_MASK; in sparc_cpu_tlb_fill()
226 vaddr = address; in sparc_cpu_tlb_fill()
231 address, full.phys_addr, vaddr); in sparc_cpu_tlb_fill()
395 target_ulong addr = address; in sparc_cpu_memory_rw_debug()
493 && compare_masked(address, tlb->tag, mask)) { in ultrasparc_tag_match()
632 trace_mmu_helper_dmiss(address, context); in get_physical_address_data()
712 trace_mmu_helper_tmiss(address, context); in get_physical_address_code()
[all …]
H A Dtrace-events4 mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at 0x%"PRIx…
5 mmu_helper_dprot(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DPROT at 0x%"PRIx64…
6 mmu_helper_dmiss(uint64_t address, uint64_t context) "DMISS at 0x%"PRIx64" context 0x%"PRIx64
7 mmu_helper_tfault(uint64_t address, uint64_t context) "TFAULT at 0x%"PRIx64" context 0x%"PRIx64
8 mmu_helper_tmiss(uint64_t address, uint64_t context) "TMISS at 0x%"PRIx64" context 0x%"PRIx64
9 …int64_t sec_context, uint64_t address) "tl=%d mmu_idx=%d primary context=0x%"PRIx64" secondary con…
10 …int64_t sec_context, uint64_t address) "tl=%d mmu_idx=%d primary context=0x%"PRIx64" secondary con…
11 mmu_helper_mmu_fault(uint64_t address, uint64_t paddr, int mmu_idx, uint32_t tl, uint64_t prim_cont…
/qemu/scripts/
H A Dget_maintainer.pl323 my $address = $2;
326 ($real_name, $address) = parse_email("$real_name <$address>");
809 my $address = "";
813 $address = $2;
815 $address = $1;
817 $address = $1;
1065 return 1 if (($address ne "") && exists($email_hash_address{lc($address)}));
1704 $address = $deduplicate_address_hash{lc($address)}->[1];
1709 $deduplicate_address_hash{lc($address)} = [ $name, $address ];
2029 if (!$saw{$address}) {
[all …]
/qemu/target/ppc/
H A Dmmu-booke.c41 __func__, i, address, pid, tlb->EPN, in ppcemb_tlb_check()
48 if ((address & mask) != tlb->EPN) { in ppcemb_tlb_check()
51 *raddrp = (tlb->RPN & mask) | (address & ~mask); in ppcemb_tlb_check()
72 target_ulong address, in mmu40x_get_physical_address() argument
82 if (!ppcemb_tlb_check(env, tlb, raddr, address, in mmu40x_get_physical_address()
221 target_ulong address, uint32_t pid) in ppcmas_tlb_check() argument
228 address = (uint32_t)address; in ppcmas_tlb_check()
311 target_ulong address, in mmubooke206_check_tlb() argument
319 if (ppcmas_tlb_check(env, tlb, raddr, address, in mmubooke206_check_tlb()
325 ppcmas_tlb_check(env, tlb, raddr, address, in mmubooke206_check_tlb()
[all …]
/qemu/target/sh4/
H A Dhelper.c250 if (address >= start && address <= end) { /* Match */ in find_tlb_entry()
399 if ((address >= 0x80000000 && address < 0xc0000000) || address >= 0xe0000000) { in get_physical_address()
401 && (address < 0xe0000000 || address >= 0xe4000000)) { in get_physical_address()
412 if (address >= 0x80000000 && address < 0xc0000000) { in get_physical_address()
416 *physical = address; in get_physical_address()
424 *physical = address & 0x1FFFFFFF; in get_physical_address()
455 tlb_flush_page(cs, address); in cpu_load_tlb()
531 tlb_flush_page(env_cpu(s), address); in cpu_sh4_write_mmaped_itlb_addr()
668 tlb_flush_page(cs, address); in cpu_sh4_write_mmaped_utlb_addr()
808 address &= TARGET_PAGE_MASK; in superh_cpu_tlb_fill()
[all …]
/qemu/target/mips/sysemu/
H A Dphysaddr.c131 target_ulong address = real_address; in get_physical_address() local
133 if (address <= USEG_LIMIT) { in get_physical_address()
137 if (address >= 0x40000000UL) { in get_physical_address()
146 } else if (address < 0x4000000000000000ULL) { in get_physical_address()
154 } else if (address < 0x8000000000000000ULL) { in get_physical_address()
163 } else if (address < 0xC000000000000000ULL) { in get_physical_address()
180 if (xr & (1 << ((address >> 59) & 0x7))) { in get_physical_address()
195 } else if (address < 0xFFFFFFFF80000000ULL) { in get_physical_address()
205 } else if (address < KSEG1_BASE) { in get_physical_address()
210 } else if (address < KSEG2_BASE) { in get_physical_address()
[all …]
/qemu/target/arm/
H A Dptw.c880 if (address & mask) { in get_level1_table_address()
2285 switch (address) { in get_phys_addr_pmsav7_default()
2416 if (address < base || address > base + rmask) { in get_phys_addr_pmsav7()
2655 if (address < base || address > limit) { in pmsav8_mpu_lookup()
2775 (address >= 0xe0000000 && address <= 0xe0002fff) || in v8m_is_sau_exempt()
2776 (address >= 0xe000e000 && address <= 0xe000efff) || in v8m_is_sau_exempt()
2777 (address >= 0xe002e000 && address <= 0xe002efff) || in v8m_is_sau_exempt()
2778 (address >= 0xe0040000 && address <= 0xe0041fff) || in v8m_is_sau_exempt()
2779 (address >= 0xe00ff000 && address <= 0xe00fffff); in v8m_is_sau_exempt()
2833 if (base <= address && limit >= address) { in v8m_security_lookup()
[all …]
/qemu/qapi/
H A Dsockets.json11 # The network address family
31 # @host: host part of the address
32 # @port: port part of the address
42 # Captures a socket address or address range in the Internet
78 # Captures a socket address in the local ("Unix socket") namespace.
101 # Captures a socket address in the vsock namespace.
137 # @data: internet domain socket address
147 # @data: UNIX domain socket address
157 # @data: VSOCK domain socket address
202 # @inet: Internet address
[all …]
H A Dnet.json86 # @macaddr: MAC address
537 # @start-address: The starting IPv4 address to use for the interface.
539 # along with @end-address and @subnet-mask. This address is used
540 # as the gateway address. The subsequent address up to and
543 # @end-address: The DHCP IPv4 range end address to use for the
584 # @start-address: The starting IPv4 address to use for the interface.
586 # along with @end-address and @subnet-mask. This address is used
587 # as the gateway address. The subsequent address up to and
590 # @end-address: The DHCP IPv4 range end address to use for the
674 # If remote address is present and it's a multicast address, local
[all …]
/qemu/hw/block/
H A Dtc58128.c49 uint32_t address; member
122 dev->address = data; in handle_address()
124 dev->address |= 0x100; in handle_address()
126 dev->address |= 0x200; in handle_address()
129 dev->address += data * 528 * 0x100; in handle_address()
132 dev->address += data * 528; in handle_address()
134 dev->address); in handle_address()
150 if (dev->address % 0x100000 == 0) in handle_read()
151 fprintf(stderr, "reading flash at address 0x%08x\n", dev->address); in handle_read()
153 return dev->flash_contents[dev->address++]; in handle_read()
/qemu/hw/misc/
H A Dauxbus.c120 if (!address_space_rw(&bus->aux_addr_space, address++, in aux_request()
138 if (i2c_start_recv(i2c_bus, address)) { in aux_request()
154 if (i2c_start_send(i2c_bus, address)) { in aux_request()
182 if (i2c_start_send(i2c_bus, address)) { in aux_request()
185 } else if ((address != bus->last_i2c_address) || in aux_request()
191 if (i2c_start_send(i2c_bus, address)) { in aux_request()
197 bus->last_i2c_address = address; in aux_request()
213 if (i2c_start_recv(i2c_bus, address)) { in aux_request()
216 } else if ((address != bus->last_i2c_address) || in aux_request()
222 if (i2c_start_recv(i2c_bus, address)) { in aux_request()
[all …]
/qemu/target/loongarch/
H A Dcpu_helper.c16 int *prot, target_ulong address, in loongarch_map_tlb_entry() argument
29 n = (address >> tlb_ps) & 0x1;/* Odd or even */ in loongarch_map_tlb_entry()
73 (address & MAKE_64BIT_MASK(0, tlb_ps)); in loongarch_map_tlb_entry()
145 int *prot, target_ulong address, in loongarch_map_address() argument
150 match = loongarch_tlb_search(env, address, &index); in loongarch_map_address()
160 int *prot, target_ulong address, in loongarch_map_address() argument
180 int *prot, target_ulong address, in get_physical_address() argument
192 *physical = address & TARGET_PHYS_MASK; in get_physical_address()
199 base_v = address >> R_CSR_DMW_64_VSEG_SHIFT; in get_physical_address()
201 base_v = address >> R_CSR_DMW_32_VSEG_SHIFT; in get_physical_address()
[all …]
/qemu/hw/i386/
H A De820_memory_layout.c16 int e820_add_entry(uint64_t address, uint64_t length, uint32_t type) in e820_add_entry() argument
20 e820_table[e820_entries].address = cpu_to_le64(address); in e820_add_entry()
33 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry() argument
36 *address = le64_to_cpu(e820_table[idx].address); in e820_get_entry()
/qemu/include/hw/i2c/
H A Di2c.h55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast,
63 uint8_t address; member
112 int i2c_start_transfer(I2CBus *bus, uint8_t address, bool is_recv);
122 int i2c_start_recv(I2CBus *bus, uint8_t address);
132 int i2c_start_send(I2CBus *bus, uint8_t address);
142 int i2c_start_send_async(I2CBus *bus, uint8_t address);
154 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast,
214 void i2c_slave_set_address(I2CSlave *dev, uint8_t address);
/qemu/include/hw/
H A Dpcmcia.h37 uint8_t (*attr_read)(PCMCIACardState *card, uint32_t address);
38 void (*attr_write)(PCMCIACardState *card, uint32_t address, uint8_t value);
39 uint16_t (*common_read)(PCMCIACardState *card, uint32_t address);
41 uint32_t address, uint16_t value);
42 uint16_t (*io_read)(PCMCIACardState *card, uint32_t address);
43 void (*io_write)(PCMCIACardState *card, uint32_t address, uint16_t value);
/qemu/python/qemu/qmp/
H A Dprotocol.py273 self, address: SocketAddrT,
557 if isinstance(address, tuple):
560 host=address[0],
561 port=address[1],
569 path=address,
625 address.fileno(), address.family, address.type)
629 sock=address,
631 elif isinstance(address, tuple):
634 address[0],
635 address[1],
[all …]
/qemu/tests/multiboot/
H A Daout_kludge.out22 qemu-system-x86_64: invalid load_addr address
27 qemu-system-x86_64: invalid load_end_addr address
32 qemu-system-x86_64: invalid header_addr address
37 qemu-system-x86_64: invalid bss_end_addr address
42 qemu-system-x86_64: kernel does not fit in address space
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c364 *physical = address; in no_mmu_map_address()
374 if (address <= (int32_t)0x7FFFFFFFUL) { in fixed_mmu_map_address()
376 *physical = address + 0x40000000UL; in fixed_mmu_map_address()
378 *physical = address; in fixed_mmu_map_address()
380 } else if (address <= (int32_t)0xBFFFFFFFUL) { in fixed_mmu_map_address()
381 *physical = address & 0x1FFFFFFF; in fixed_mmu_map_address()
383 *physical = address; in fixed_mmu_map_address()
406 target_ulong tag = address & ~mask; in r4k_map_address()
558 env->CP0_BadVAddr = address; in raise_mmu_exception()
561 ((address >> 9) & 0x007ffff0); in raise_mmu_exception()
[all …]
/qemu/target/tricore/
H A Dhelper.c36 int *prot, target_ulong address, in get_physical_address() argument
41 *physical = address & 0xFFFFFFFF; in get_physical_address()
62 static void raise_mmu_exception(CPUTriCoreState *env, target_ulong address, in raise_mmu_exception() argument
67 bool tricore_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in tricore_cpu_tlb_fill() argument
78 address, rw, mmu_idx); in tricore_cpu_tlb_fill()
82 __func__, address, ret, physical, prot); in tricore_cpu_tlb_fill()
85 tlb_set_page(cs, address & TARGET_PAGE_MASK, in tricore_cpu_tlb_fill()
94 raise_mmu_exception(env, address, rw, ret); in tricore_cpu_tlb_fill()
/qemu/pc-bios/s390-ccw/
H A Djump2ipl.c35 void jump_to_IPL_code(uint64_t address) in jump_to_IPL_code() argument
52 if (address) { in jump_to_IPL_code()
55 ipl_continue = address; in jump_to_IPL_code()
57 debug_print_int("set IPL addr to", address ?: *reset_psw & PSW_MASK_SHORT_ADDR); in jump_to_IPL_code()

12345678910>>...17