Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1902 uint64_t firstoff, low_limit, high_limit, segbase; in vie_calculate_gla() local
1969 low_limit = desc->limit + 1; in vie_calculate_gla()
1974 low_limit = 0; in vie_calculate_gla()
1980 if (offset < low_limit || offset > high_limit) in vie_calculate_gla()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3782 static const int low_limit = 0x040; variable
3875 return low_limit; in ar9300_eeprom_low_limit()