Searched refs:desc_type (Results 1 – 3 of 3) sorted by relevance
297 const unsigned int level, const uint64_t desc_type) in xlat_tables_unmap_region_action() argument311 assert(desc_type == PAGE_DESC); in xlat_tables_unmap_region_action()323 if (desc_type == TABLE_DESC) { in xlat_tables_unmap_region_action()326 assert(desc_type == BLOCK_DESC); in xlat_tables_unmap_region_action()342 assert(desc_type == TABLE_DESC); in xlat_tables_unmap_region_action()382 uint64_t desc_type = desc & DESC_MASK; in xlat_tables_unmap_region() local386 desc_type); in xlat_tables_unmap_region()437 unsigned int desc_type, unsigned long long dest_pa, in xlat_tables_map_region_action() argument463 if (desc_type == PAGE_DESC) { in xlat_tables_map_region_action()470 assert(desc_type == INVALID_DESC); in xlat_tables_map_region_action()[all …]
299 uint64_t idx, desc, desc_type; in find_xlat_table_entry() local309 desc_type = desc & DESC_MASK; in find_xlat_table_entry()311 if (desc_type == INVALID_DESC) { in find_xlat_table_entry()321 assert(desc_type == PAGE_DESC); in find_xlat_table_entry()326 if (desc_type == BLOCK_DESC) { in find_xlat_table_entry()331 assert(desc_type == TABLE_DESC); in find_xlat_table_entry()
58 uint8_t desc_type = HIBYTE(req->value); in usb_core_get_desc() local61 switch (desc_type) { in usb_core_get_desc()118 ERROR("Unknown request %i\n", desc_type); in usb_core_get_desc()