Searched refs:MPS_DEV_RESERVED (Results 1 – 2 of 2) sorted by relevance
530 MPS_DEV_RESERVED))) in _mapping_get_free_mt_idx()946 if (!(mt_entry->device_info & MPS_DEV_RESERVED)) { in _mapping_find_enc_map_space()999 mt_entry->device_info &= ~MPS_DEV_RESERVED; in _mapping_find_enc_map_space()1012 if (!(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()[all …]
76 #define MPS_DEV_RESERVED 0x20000000 macro