Searched refs:ec_arg1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/efidev/ |
| H A D | efirt.c | 541 ec->ec_fptr)(ec->ec_arg1); in efi_rt_arch_call_nofault() 545 register_t))ec->ec_fptr)(ec->ec_arg1, ec->ec_arg2); in efi_rt_arch_call_nofault() 549 register_t, register_t))ec->ec_fptr)(ec->ec_arg1, in efi_rt_arch_call_nofault() 555 ec->ec_arg1, ec->ec_arg2, ec->ec_arg3, ec->ec_arg4); in efi_rt_arch_call_nofault() 560 ec->ec_fptr)(ec->ec_arg1, ec->ec_arg2, ec->ec_arg3, in efi_rt_arch_call_nofault() 604 ec.ec_arg1 = (uintptr_t)tm; in efi_get_time_locked() 649 ec.ec_arg1 = (uintptr_t)enabled; in get_waketime() 683 ec.ec_arg1 = (uintptr_t)enable; in set_waketime() 733 ec.ec_arg1 = (uintptr_t)type; in reset_system() 752 ec.ec_arg1 = (uintptr_t)tm; in efi_set_time_locked() [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | efi.h | 57 register_t ec_arg1; member
|
| /freebsd/sys/amd64/include/ |
| H A D | efi.h | 67 register_t ec_arg1; member
|
| /freebsd/sys/arm64/arm64/ |
| H A D | genassym.c | 49 ASSYM(EC_ARG1, offsetof(struct efirt_callinfo, ec_arg1));
|
| /freebsd/sys/amd64/amd64/ |
| H A D | genassym.c | 284 ASSYM(EC_ARG1, offsetof(struct efirt_callinfo, ec_arg1));
|