Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps_mapping.c530 MPS_DEV_RESERVED))) in _mapping_get_free_mt_idx()
999 mt_entry->device_info &= ~MPS_DEV_RESERVED; in _mapping_find_enc_map_space()
1084 MPS_DEV_RESERVED; in _mapping_find_enc_map_space()
1260 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_get_dev_info()
1461 (MPS_DEV_RESERVED | MPS_MAP_IN_USE); in _mapping_add_new_device()
1558 | (MPS_DEV_RESERVED | MPS_MAP_IN_USE); in _mapping_add_new_device()
1824 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_process_dpm_pg0()
1899 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_process_dpm_pg0()
1924 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_process_dpm_pg0()
2057 if (mt_entry->device_info & MPS_DEV_RESERVED in mps_mapping_check_devices()
[all …]
H A Dmpsvar.h76 #define MPS_DEV_RESERVED 0x20000000 macro