Searched refs:read_dword (Results 1 – 2 of 2) sorted by relevance
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 59 static inline Bit32u read_dword(Bit16u seg, Bit16u off) in read_dword() function
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 429 static Bit32u read_dword(); 433 read_dword(seg, offset) in read_dword() function 1416 Bit32u base_mem = read_dword(E820_SEG, E820_OFFSET + 8); 1602 prev_ticks = read_dword(0x0, 0x46c); 1608 t = read_dword(0x0, 0x46c); 2314 s3_wakeup_vector = read_dword(0x40, 0xb2); 5602 lba_high=read_dword(DS, SI+(Bit16u)&Int13Ext->lba2); 5609 lba_low=read_dword(DS, SI+(Bit16u)&Int13Ext->lba1); 5915 lba=read_dword(DS, SI+(Bit16u)&Int13Ext->lba2); 5922 lba=read_dword(DS, SI+(Bit16u)&Int13Ext->lba1); [all …]
|
Completed in 12 milliseconds