Home
last modified time | relevance | path

Searched refs:vmf_bx (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/i386/bios/
Dapm.c880 vmf.vmf_bx = 0; in apm_probe()
883 if (vmf.vmf_bx != 0x504d) { in apm_probe()
884 printf("apm: incorrect signature (0x%x)\n", vmf.vmf_bx); in apm_probe()
899 vmf.vmf_bx = 0; in apm_probe()
905 vmf.vmf_bx = 0; in apm_probe()
922 vmf.vmf_bx = 0; in apm_probe()
931 sc->bios.entry = vmf.vmf_bx; in apm_probe()
/freebsd-12-stable/sys/i386/include/
Dvm86.h82 #define vmf_bx ebx.r_w.r_x macro
/freebsd-12-stable/sys/compat/x86bios/
Dx86bios.c94 vmf->vmf_bx = regs->R_BX; in x86bios_emu2vmf()
110 regs->R_BX = vmf->vmf_bx; in x86bios_vmf2emu()