Lines Matching refs:base_es
452 uint16_t base_address, base_count, base_es;
555 base_es = (ES << 4); // lower 16bits contributed by ES
556 base_address = base_es + BX; // lower 16 bits of address
558 if ( base_address < base_es ) {
696 base_es = (ES << 4); // lower 16bits contributed by ES
697 base_address = base_es + BX; // lower 16 bits of address
699 if ( base_address < base_es ) {
872 base_es = (ES << 4); // lower 16bits contributed by ES
873 base_address = base_es + BX; // lower 16 bits of address
875 if ( base_address < base_es ) {