Searched refs:mem_base (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/common/lib/libx86emu/
H A Dx86emu_util.c55 return emu->mem_base[addr];
72 return le16dec(emu->mem_base + addr);
88 return le32dec(emu->mem_base + addr);
103 emu->mem_base[addr] = val;
118 le16enc(emu->mem_base + addr, val);
133 le32enc(emu->mem_base + addr, val);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gds.h40 uint32_t mem_base; member in struct:amdgpu_gds_reg_offset
H A Damdgpu_gfx_v7_0.c1894 WREG32(amdgpu_gds_reg_offset[i].mem_base, 0);
1912 WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0);
4108 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_base);
H A Damdgpu_gfx_v8_0.c3720 WREG32(amdgpu_gds_reg_offset[i].mem_base, 0);
3738 WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0);
5184 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_base);
/netbsd-current/common/include/x86emu/
H A Dx86emu.h137 char *mem_base; member in struct:X86EMU
/netbsd-current/sys/dev/pci/
H A Dpciconf.c1135 unsigned long io_base, io_limit, mem_base, mem_limit; local
1177 &mem_base,
1181 mem_base = 0x100000; /* 1M */
1187 mem_base = 0x100000; /* 1M */
1190 mem = __SHIFTIN((mem_base >> 16) & PCI_BRIDGE_MEMORY_ADDR,
1202 &mem_base,
1206 mem_base = 0x100000; /* 1M */
1213 mem_base = 0x100000; /* 1M */
1216 mem = __SHIFTIN((mem_base >> 16) & PCI_BRIDGE_PREFETCHMEM_ADDR,
1225 mem_base
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dautoconf.c1500 paddr_t fbpa, mem_base = 0; local
1510 prop_dictionary_get_uint64(psycho, "mem_base", &mem_base);
1535 printf("membase: %lx fbpa: %lx\n", (unsigned long)mem_base,
1538 if (mem_base == 0) {
1542 fboffset = (uint32_t)(fbpa - mem_base);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c1749 rtx mem_base = XEXP (mem, 0); local
1756 gcc_assert (REG_P (mem_base));
1759 if (GET_CODE (mem_base) == PLUS)
1761 mem_index = XEXP (mem_base, 1);
1762 mem_base = XEXP (mem_base, 0);
1766 gcc_assert (SGPR_REGNO_P (REGNO (mem_base))
1767 || REGNO (mem_base) >= FIRST_PSEUDO_REGISTER);
1794 rtx mem_base_lo = gcn_operand_part (DImode, mem_base, 0);
1795 rtx mem_base_hi = gcn_operand_part (DImode, mem_base,
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Dvga_post.c205 sc->emu.mem_base = (char *)sc->sys_image;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc1807 rtx mem_base = XEXP (mem, 0);
1814 gcc_assert (REG_P (mem_base));
1817 if (GET_CODE (mem_base) == PLUS)
1819 mem_index = XEXP (mem_base, 1);
1820 mem_base = XEXP (mem_base, 0);
1824 gcc_assert (SGPR_REGNO_P (REGNO (mem_base))
1825 || REGNO (mem_base) >= FIRST_PSEUDO_REGISTER);
1852 rtx mem_base_lo = gcn_operand_part (DImode, mem_base, 0);
1853 rtx mem_base_hi = gcn_operand_part (DImode, mem_base,
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dpsycho.c307 uint64_t csr, mem_base; local
674 mem_base = ((uint64_t)pr->phys_hi) << 32 | pr->phys_lo;
675 prop_dictionary_set_uint64(dict, "mem_base", mem_base);
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.h534 vchiq_init_slots(void *mem_base, int mem_size);
H A Dvchiq_core.c2291 vchiq_init_slots(void *mem_base, int mem_size) argument
2293 int mem_align = (VCHIQ_SLOT_SIZE - (intptr_t)mem_base) & VCHIQ_SLOT_MASK;
2295 (VCHIQ_SLOT_ZERO_T *)((char *)mem_base + mem_align);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dalias.c3031 rtx mem_base = find_base_term (true_mem_addr);
3032 if (! base_alias_check (x_addr, base, true_mem_addr, mem_base,
3257 rtx mem_base = find_base_term (mem_addr);
3258 if (! base_alias_check (x_addr, x_base, mem_addr, mem_base,
3254 rtx mem_base = find_base_term (mem_addr); local
H A Dtree-ssa-loop-im.c1474 tree mem_base; local
1487 && (mem_base = get_addr_base_and_unit_offset (aor.ref, &mem_off)))
1523 unshare_expr (mem_base));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dalias.cc3062 rtx mem_base = find_base_term (true_mem_addr);
3063 if (! base_alias_check (x_addr, base, true_mem_addr, mem_base,
3288 rtx mem_base = find_base_term (mem_addr);
3289 if (! base_alias_check (x_addr, x_base, mem_addr, mem_base,
3285 rtx mem_base = find_base_term (mem_addr); local
H A Dtree-ssa-loop-im.cc1586 tree mem_base; local
1599 && (mem_base = get_addr_base_and_unit_offset (aor.ref, &mem_off)))
1648 unshare_expr (mem_base));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c4073 rtx base, mem_base, set, mem, reg, last_reg;
4125 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset);
4126 if (!rtx_equal_p (base, mem_base) || offset != mem_offset)
4063 rtx base, mem_base, set, mem, reg, last_reg; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc4071 rtx base, mem_base, set, mem, reg, last_reg;
4123 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset);
4124 if (!rtx_equal_p (base, mem_base) || offset != mem_offset)
4061 rtx base, mem_base, set, mem, reg, last_reg; local
4113 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset); local

Completed in 248 milliseconds