Searched refs:setvariable_user (Results 1 – 1 of 1) sorted by relevance
243 struct efi_setvariable __user *setvariable_user; in efi_runtime_set_variable() local251 setvariable_user = (struct efi_setvariable __user *)arg; in efi_runtime_set_variable()253 if (copy_from_user(&setvariable, setvariable_user, sizeof(setvariable))) in efi_runtime_set_variable()