OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRATCHSEG
(Results
1 - 5
of
5
) sorted by null
/external/grub/stage2/
disk_io.c
337
if (biosdisk (BIOSDISK_READ, drive, &buf_geom, 0, 1,
SCRATCHSEG
))
352
sector, 1,
SCRATCHSEG
))
[
all
...]
shared.h
60
#define
SCRATCHSEG
RAW_SEG (0x77e0)
asm.S
320
movw $
SCRATCHSEG
, %ax
1219
movw $
SCRATCHSEG
, %ax
[
all
...]
builtins.c
1381
if (biosdisk (BIOSDISK_READ, current_drive, &geom, 0, 1,
SCRATCHSEG
))
[
all
...]
/external/grub/grub/
asmstub.c
162
assert ((
SCRATCHSEG
<< 4) == SCRATCHADDR);
Completed in 58 milliseconds