Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c1890 uint64_t firstoff, low_limit, high_limit, segbase; in vie_calculate_gla() local
1957 low_limit = desc->limit + 1; in vie_calculate_gla()
1962 low_limit = 0; in vie_calculate_gla()
1968 if (offset < low_limit || offset > high_limit) in vie_calculate_gla()
/f-stack/freebsd/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()