Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mps/
Dmps_mapping.c530 MPS_DEV_RESERVED))) in _mapping_get_free_mt_idx()
947 if (!(mt_entry->device_info & MPS_DEV_RESERVED)) { in _mapping_find_enc_map_space()
1000 mt_entry->device_info &= ~MPS_DEV_RESERVED; in _mapping_find_enc_map_space()
1013 if (!(mt_entry->device_info & MPS_DEV_RESERVED)) { in _mapping_find_enc_map_space()
1085 MPS_DEV_RESERVED; in _mapping_find_enc_map_space()
1263 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_get_dev_info()
1463 (MPS_DEV_RESERVED | MPS_MAP_IN_USE); in _mapping_add_new_device()
1561 | (MPS_DEV_RESERVED | MPS_MAP_IN_USE); in _mapping_add_new_device()
1827 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_process_dpm_pg0()
1903 mt_entry->device_info = MPS_DEV_RESERVED; in _mapping_process_dpm_pg0()
[all …]
Dmpsvar.h72 #define MPS_DEV_RESERVED 0x20000000 macro