/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | hypercalls.c | 14 u32 func_id = smccc_get_function(vcpu); in kvm_hvc_call_handler() local
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_lsm.c | 55 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_lsm_func_proto() argument
|
/kernel/linux/linux-6.6/drivers/firmware/smccc/ |
H A D | kvm_guest.c | 44 bool kvm_arm_hyp_service_available(u32 func_id) in kvm_arm_hyp_service_available() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
H A D | cmd.c | 29 int mlx5_cmd_sf_enable_hca(struct mlx5_core_dev *dev, u16 func_id) in mlx5_cmd_sf_enable_hca() argument 40 int mlx5_cmd_sf_disable_hca(struct mlx5_core_dev *dev, u16 func_id) in mlx5_cmd_sf_disable_hca() argument
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-main.c | 17 static void handle_host_hcall(unsigned long func_id, in handle_host_hcall() argument 110 unsigned long func_id; in handle_trap() local
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | trng.c | 54 u32 func_id = smccc_get_function(vcpu); in kvm_trng_call() local
|
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
H A D | smc.c | 32 u32 func_id; member 53 u32 func_id; in smc_chan_setup() local
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lsm.c | 197 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_lsm_func_proto() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 65 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
|
H A D | struct_cfg_analysis.cpp | 239 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | wrap_opkill.cpp | 65 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
|
H A D | struct_cfg_analysis.cpp | 239 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
|
/third_party/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 66 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
|
H A D | struct_cfg_analysis.cpp | 238 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
|
/kernel/linux/common_modules/tzdriver/agent_rpmb/mdc/ |
H A D | rpmb.h | 34 enum func_id {
enum
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_fw_pke.h | 11 __u32 func_id; member
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | psci-relay.c | 48 static bool is_psci_0_1_call(u64 func_id) in is_psci_0_1_call() argument 56 static bool is_psci_0_2_call(u64 func_id) in is_psci_0_2_call() argument 107 psci_cpu_on(u64 func_id, struct kvm_cpu_context *host_ctxt) psci_cpu_on() argument 151 psci_cpu_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) psci_cpu_suspend() argument 179 psci_system_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) psci_system_suspend() argument 224 psci_0_1_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) psci_0_1_handler() argument 236 psci_0_2_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) psci_0_2_handler() argument 262 psci_1_0_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) psci_1_0_handler() argument 276 kvm_host_psci_handler(struct kvm_cpu_context *host_ctxt, u32 func_id) kvm_host_psci_handler() argument [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | bpf_tcp_ca.c | 165 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, in bpf_tcp_ca_get_func_proto() argument
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | bpf-lirc.c | 83 lirc_mode2_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in lirc_mode2_func_proto() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | sriov.c | 40 static int sriov_restore_guids(struct mlx5_core_dev *dev, int vf, u16 func_id) in sriov_restore_guids() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_sbq_cmd.h | 70 u8 func_id; member
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_pke.h | 11 __u32 func_id; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | smccc_filter.c | 28 static void guest_main(uint32_t func_id, enum smccc_conduit conduit) in guest_main() argument 207 static void expect_call_fwd_to_user(struct kvm_vcpu *vcpu, uint32_t func_id, in expect_call_fwd_to_user() argument
|
H A D | psci_test.c | 57 static uint64_t psci_features(uint32_t func_id) in psci_features() argument
|
/kernel/linux/common_modules/qos_auth/auth_ctl/ |
H A D | auth_ctrl.c | 524 bool check_authorized(unsigned int func_id, unsigned int type) in check_authorized() argument
|