Home
last modified time | relevance | path

Searched refs:mem_base (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/x86emu/
H A Dx86emu_util.c57 return emu->mem_base[addr]; in rdb()
77 u_int8_t *a = emu->mem_base + addr; in rdw()
84 return letoh32(*(u_int32_t *)(emu->mem_base + addr)); in rdw()
86 return letoh16(*(u_int16_t *)(emu->mem_base + addr)); in rdw()
106 u_int8_t *a = emu->mem_base + addr; in rdl()
115 return letoh32(*(u_int32_t *)(emu->mem_base + addr)); in rdl()
117 return letoh32(*(u_int32_t *)(emu->mem_base + addr)); in rdl()
134 emu->mem_base[addr] = val; in wrb()
152 u_int8_t *a = emu->mem_base + addr; in wrw()
159 *((u_int16_t *)(emu->mem_base + addr)) = htole16(val); in wrw()
[all …]
H A Dx86emu.h138 char *mem_base; member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c22 BYTE *mem_base; /* { error "parse error|no type" } */ variable
78 return mem_base + v_addr;
118 mem_base = (BYTE *) calloc(1024, (1<<13)); /* { error "undeclared|parse error" } */
119 ((void)((mem_base != (BYTE *)0) /* { error "parse error" } */
132 …build_ptables(mem_base, 1024*(1<<13)); /* { bogus "integer overflow" "int smaller than 32 bits" } …
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gds.h38 uint32_t mem_base; member
H A Dgfx_v7_0.c1847 WREG32(amdgpu_gds_reg_offset[i].mem_base, 0); in gfx_v7_0_init_compute_vmid()
1865 WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0); in gfx_v7_0_init_gds_vmid()
4046 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_base); in gfx_v7_0_ring_emit_gds_switch()
H A Dgfx_v8_0.c3694 WREG32(amdgpu_gds_reg_offset[i].mem_base, 0); in gfx_v8_0_init_compute_vmid()
3712 WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0); in gfx_v8_0_init_gds_vmid()
5164 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_base); in gfx_v8_0_ring_emit_gds_switch()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcselib.c1028 cselib_mem_conflict_p (mem_base, val) in cselib_mem_conflict_p() argument
1029 rtx mem_base; in cselib_mem_conflict_p()
1053 if (GET_MODE (mem_base) == BLKmode
1055 || anti_dependence (val, mem_base))
1070 if (cselib_mem_conflict_p (mem_base, XEXP (val, i)))
1075 if (cselib_mem_conflict_p (mem_base, XVECEXP (val, i, j)))
/openbsd/sys/arch/amd64/pci/
H A Dvga_post.c181 sc->emu.mem_base = (char *)sc->sys_image; in vga_post_init()
/openbsd/sys/arch/i386/pci/
H A Dvga_post.c181 sc->emu.mem_base = (char *)sc->sys_image; in vga_post_init()