Home | History | Annotate | Download | only in bios

Lines Matching full:base_es

7151   Bit16u base_address, base_count, base_es;
7248 base_es = (ES << 4); // lower 16bits contributed by ES
7249 base_address = base_es + BX; // lower 16 bits of address
7251 if ( base_address < base_es ) {
7389 base_es = (ES << 4); // lower 16bits contributed by ES
7390 base_address = base_es + BX; // lower 16 bits of address
7392 if ( base_address < base_es ) {
7565 base_es = (ES << 4); // lower 16bits contributed by ES
7566 base_address = base_es + BX; // lower 16 bits of address
7568 if ( base_address < base_es ) {