Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/vmm/
HDvmm_instruction_emul.c1900 uint64_t firstoff, low_limit, high_limit, segbase; in vie_calculate_gla() local
1967 low_limit = desc->limit + 1; in vie_calculate_gla()
1972 low_limit = 0; in vie_calculate_gla()
1978 if (offset < low_limit || offset > high_limit) in vie_calculate_gla()
/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_eeprom.c3782 static const int low_limit = 0x040; variable
3875 return low_limit; in ar9300_eeprom_low_limit()