Searched refs:root_entry (Results 1 – 1 of 1) sorted by relevance
185 struct root_entry { struct189 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry)) argument190 static inline bool root_present(struct root_entry *root) in root_present()194 static inline void set_root_present(struct root_entry *root) in set_root_present()198 static inline void set_root_value(struct root_entry *root, unsigned long value) in set_root_value()204 get_context_addr_from_root(struct root_entry *root) in get_context_addr_from_root()691 struct root_entry *root; in device_to_context_entry()697 root = &iommu->root_entry[bus]; in device_to_context_entry()718 struct root_entry *root; in device_context_mapped()724 root = &iommu->root_entry[bus]; in device_context_mapped()[all …]