Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dbioscall.S50 mov %bp,bioscall_vector+4
52 movl %ebp,bioscall_vector
64 lcall *bioscall_vector
128 lcallw *bioscall_vector /* 16-bit call */
H A Dbios.c246 } bioscall_vector; /* bios jump vector */ variable
433 bioscall_vector.vec16.offset = (u_short)args->entry; in bios16()
434 bioscall_vector.vec16.segment = GSEL(GBIOSCODE16_SEL, SEL_KPL); in bios16()