Lines Matching full:guid
55 efi_guid_t guid; member
64 guid_t guid; member
75 static u64 efi_pa_va_lookup(efi_guid_t *guid, u64 pa) in efi_pa_va_lookup() argument
88 pr_warn("Failed to find VA for GUID: %pUL, PA: 0x%llx", guid, pa); in efi_pa_va_lookup()
115 guid_copy(&tm->guid, (guid_t *) module_info->module_guid); in acpi_parse_prmt()
154 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt()
156 (void *)efi_pa_va_lookup(&th->guid, handler_info->handler_address); in acpi_parse_prmt()
159 efi_pa_va_lookup(&th->guid, handler_info->static_data_buffer_address); in acpi_parse_prmt()
162 efi_pa_va_lookup(&th->guid, handler_info->acpi_param_buffer_address); in acpi_parse_prmt()
181 static void *find_guid_info(const guid_t *guid, u8 mode) in find_guid_info() argument
190 if (guid_equal(guid, &cur_handler->guid)) { in find_guid_info()
202 static struct prm_module_info *find_prm_module(const guid_t *guid) in find_prm_module() argument
204 return (struct prm_module_info *)find_guid_info(guid, GET_MODULE); in find_prm_module()
207 static struct prm_handler_info *find_prm_handler(const guid_t *guid) in find_prm_handler() argument
209 return (struct prm_handler_info *) find_guid_info(guid, GET_HANDLER); in find_prm_handler()
239 context.identifier = handler->guid; in acpi_call_prm_handler()
298 context.identifier = handler->guid; in acpi_platformrt_space_handler()