Symbol: PTOV
stand/i386/boot2/boot2.c
208
dsk.drive = *(uint8_t *)PTOV(ARGS);
stand/i386/boot2/boot2.c
211
dsk.slice = *(uint8_t *)PTOV(ARGS + 1) + 1;
stand/i386/boot2/boot2.c
303
p = PTOV(addr);
stand/i386/boot2/boot2.c
319
p = PTOV(ep[i].p_paddr & 0xffffff);
stand/i386/boot2/boot2.c
375
if (*(uint8_t *)PTOV(0x496) & 0x10) {
stand/i386/boot2/boot2.c
616
t1 = *(uint32_t *)PTOV(0x46c);
stand/i386/common/cons.c
150
t1 = *(uint32_t *)PTOV(0x46c);
stand/i386/gptboot/gptboot.c
272
heap_end = PTOV(high_heap_base + high_heap_size);
stand/i386/gptboot/gptboot.c
273
heap_next = PTOV(high_heap_base);
stand/i386/gptboot/gptboot.c
276
heap_end = (char *)PTOV(bios_basemem);
stand/i386/gptboot/gptboot.c
282
gdsk.dsk.drive = *(uint8_t *)PTOV(ARGS);
stand/i386/gptboot/gptboot.c
416
p = PTOV(addr);
stand/i386/gptboot/gptboot.c
449
p = PTOV(ep[i].p_paddr & 0xffffff);
stand/i386/gptboot/gptboot.c
518
if (*(uint8_t *)PTOV(0x496) & 0x10) {
stand/i386/gptzfsboot/zfsboot.c
167
return (PTOV(x));
stand/i386/gptzfsboot/zfsboot.c
182
heap_top = PTOV(high_heap_base + high_heap_size);
stand/i386/gptzfsboot/zfsboot.c
183
heap_bottom = PTOV(high_heap_base);
stand/i386/gptzfsboot/zfsboot.c
187
heap_top = (char *)PTOV(bios_basemem);
stand/i386/gptzfsboot/zfsboot.c
201
bootinfo.bi_bios_dev = *(uint8_t *)PTOV(ARGS);
stand/i386/gptzfsboot/zfsboot.c
374
p = PTOV(addr);
stand/i386/gptzfsboot/zfsboot.c
425
p = PTOV(ep[i].p_paddr & 0xffffff);
stand/i386/gptzfsboot/zfsboot.c
584
if (*(uint8_t *)PTOV(0x496) & 0x10) {
stand/i386/isoboot/isoboot.c
222
heap_end = PTOV(high_heap_base + high_heap_size);
stand/i386/isoboot/isoboot.c
223
heap_next = PTOV(high_heap_base);
stand/i386/isoboot/isoboot.c
227
heap_end = (char *)PTOV(bios_basemem);
stand/i386/isoboot/isoboot.c
233
dsk.drive = *(uint8_t *)PTOV(ARGS);
stand/i386/isoboot/isoboot.c
355
p = PTOV(addr);
stand/i386/isoboot/isoboot.c
388
p = PTOV(ep[i].p_paddr & 0xffffff);
stand/i386/isoboot/isoboot.c
441
if (*(uint8_t *)PTOV(0x496) & 0x10) {
stand/i386/libi386/biosacpi.c
117
rsdp = (ACPI_TABLE_RSDP *)PTOV(base + ofs);
stand/i386/libi386/biosacpi.c
97
addr = (uint16_t *)PTOV(0x40E);
stand/i386/libi386/biosdisk.c
1062
bbuf = PTOV(V86_IO_BUFFER);
stand/i386/libi386/biosdisk.c
1133
if (bbuf != PTOV(V86_IO_BUFFER))
stand/i386/libi386/biosdisk.c
344
for (unit = 0; unit < *(unsigned char *)PTOV(BIOS_NUMDRIVES); unit++) {
stand/i386/libi386/biosmemdisk.c
103
mbft = (ACPI_TABLE_HEADER *)PTOV(probe->sh_mbft);
stand/i386/libi386/biosmemdisk.c
118
mdi = (struct memdisk_info *)PTOV(probe->sh_mbft + sizeof(*mbft));
stand/i386/libi386/biosmemdisk.c
83
offset = *(uint16_t *)PTOV(0x13 * 4);
stand/i386/libi386/biosmemdisk.c
84
segment = *(uint16_t *)PTOV(0x13 * 4 + 2);
stand/i386/libi386/biosmemdisk.c
90
probe = (struct safe_13h_hook *)PTOV(segment * 16 + offset);
stand/i386/libi386/biospnp.c
115
for (sigptr = PTOV(0xf0000); sigptr < PTOV(0xfffff); sigptr += 16)
stand/i386/libi386/i386_copy.c
45
bcopy(src, PTOV(dest), len);
stand/i386/libi386/i386_copy.c
57
bcopy(PTOV(src), dest, len);
stand/i386/libi386/i386_copy.c
71
return (VECTX_READ(fd, PTOV(dest), len));
stand/i386/libi386/pxe.c
131
pxe_p = (pxe_t *)PTOV(pxenv_p->PXEPtr.segment * 16 +
stand/i386/libi386/pxe.c
236
bcopy(PTOV((gci_p->Buffer.segment << 4) + gci_p->Buffer.offset),
stand/i386/libi386/pxe.c
510
bcopy(PTOV(frame), ptr, isr->BufferLength);
stand/i386/libi386/vbe.c
556
return (PTOV((((farptr & 0xffff0000) >> 12) + (farptr & 0xffff))));
stand/i386/libi386/vidconsole.c
1001
vgatext = (uint16_t *)PTOV(VGA_MEM_BASE + VGA_MEM_SIZE);
stand/i386/libi386/vidconsole.c
999
vgatext = (uint16_t *)PTOV(VGA_TXT_BASE);
stand/i386/loader/chain.c
137
*((uint16_t *)PTOV(mem + DOSMAGICOFFSET)) != DOSMAGIC) {
stand/i386/loader/main.c
103
return (PTOV(x));
stand/i386/loader/main.c
114
(struct bootinfo *)PTOV(kargs->bootinfo) : NULL;
stand/i386/loader/main.c
129
heap_top = PTOV(high_heap_base + high_heap_size);
stand/i386/loader/main.c
130
heap_bottom = PTOV(high_heap_base);
stand/i386/loader/main.c
136
heap_top = (void *)PTOV(bios_basemem);
stand/i386/loader/main.c
194
PTOV(kargs->pxeinfo) : NULL);
stand/libsa/smbios.c
581
smbios_sigsearch(PTOV(SMBIOS_START), SMBIOS_LENGTH);
stand/libsa/smbios.c
628
smbios.addr = PTOV(paddr);
tools/tools/ncpus/biosmptable.c
168
if (!memread(PTOV(0x40E), &addr, sizeof(addr)))
tools/tools/ncpus/biosmptable.c
170
mpfps = biosmptable_search_mpfps(PTOV(addr << 4), 0x400);
tools/tools/ncpus/biosmptable.c
175
mpfps = biosmptable_search_mpfps(PTOV(0xf0000), 0x10000);
tools/tools/ncpus/biosmptable.c
82
mpcth = biosmptable_check_mpcth(PTOV(mpfps->pap));