Searched refs:vnd (Results 1 – 2 of 2) sorted by relevance
580 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local588 *vnd = *vendor; in efi_thunk_get_variable()591 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()612 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local619 *vnd = *vendor; in efi_thunk_set_variable()622 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()642 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local650 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()653 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()673 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local[all …]
63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument