Searched refs:scope (Results 1 – 3 of 3) sorted by relevance
84 struct acpi_dmar_device_scope *scope; in get_drhd_dev_scope_cnt() local93 scope = (struct acpi_dmar_device_scope *)start; in get_drhd_dev_scope_cnt()94 if ((scope->entry_type != ACPI_DMAR_SCOPE_TYPE_NOT_USED) && in get_drhd_dev_scope_cnt()95 (scope->entry_type < ACPI_DMAR_SCOPE_TYPE_RESERVED)) { in get_drhd_dev_scope_cnt()98 start += scope->length; in get_drhd_dev_scope_cnt()
20 uint32_t span, uint32_t scope) in sbuf_next_ptr() argument24 pos = (pos >= scope) ? (pos - scope) : pos; in sbuf_next_ptr()
24 uint32_t sbuf_next_ptr(uint32_t pos, uint32_t span, uint32_t scope);
Completed in 3 milliseconds