Home
last modified time | relevance | path

Searched refs:bioscall_vector (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dbioscall.s52 mov %bp,bioscall_vector+4
54 movl %ebp,bioscall_vector
66 lcall *bioscall_vector
130 lcallw *bioscall_vector /* 16-bit call */
H A Dbios.c248 } bioscall_vector; /* bios jump vector */ variable
435 bioscall_vector.vec16.offset = (u_short)args->entry; in bios16()
436 bioscall_vector.vec16.segment = GSEL(GBIOSCODE16_SEL, SEL_KPL); in bios16()