Home
last modified time | relevance | path

Searched defs:func_id (Results 1 – 25 of 68) sorted by relevance

123

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c44 #define is_psci_0_1(what, func_id) \ argument
48 static bool is_psci_0_1_call(u64 func_id) in is_psci_0_1_call()
56 static bool is_psci_0_2_call(u64 func_id) in is_psci_0_2_call()
107 static int psci_cpu_on(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_cpu_on()
151 static int psci_cpu_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_cpu_suspend()
179 static int psci_system_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_system_suspend()
224 static unsigned long psci_0_1_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_0_1_handler()
236 static unsigned long psci_0_2_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_0_2_handler()
262 static unsigned long psci_1_0_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_1_0_handler()
276 bool kvm_host_psci_handler(struct kvm_cpu_context *host_ctxt, u32 func_id) in kvm_host_psci_handler()
H A Dffa.c106 static bool is_ffa_call(u64 func_id) in is_ffa_call()
158 static void ffa_mem_xfer(struct arm_smccc_res *res, u64 func_id, u32 len, in ffa_mem_xfer()
429 static __always_inline void do_ffa_mem_xfer(const u64 func_id, in do_ffa_mem_xfer()
602 static bool ffa_call_supported(u64 func_id) in ffa_call_supported()
783 bool kvm_host_ffa_handler(struct kvm_cpu_context *host_ctxt, u32 func_id) in kvm_host_ffa_handler()
/linux/arch/arm64/kvm/
H A Dhypercalls.c68 static bool kvm_smccc_default_allowed(u32 func_id) in kvm_smccc_default_allowed()
96 static bool kvm_smccc_test_fw_bmap(struct kvm_vcpu *vcpu, u32 func_id) in kvm_smccc_test_fw_bmap()
209 static u8 kvm_smccc_filter_get_action(struct kvm *kvm, u32 func_id) in kvm_smccc_filter_get_action()
227 static u8 kvm_smccc_get_action(struct kvm_vcpu *vcpu, u32 func_id) in kvm_smccc_get_action()
244 static void kvm_prepare_hypercall_exit(struct kvm_vcpu *vcpu, u32 func_id) in kvm_prepare_hypercall_exit()
266 u32 func_id = smccc_get_function(vcpu); in kvm_smccc_call_handler() local
H A Dtrng.c54 u32 func_id = smccc_get_function(vcpu); in kvm_trng_call() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c50 u16 func_id; member
72 static u32 get_function(u16 func_id, bool ec_function) in get_function()
77 static u16 func_id_to_type(struct mlx5_core_dev *dev, u16 func_id, bool ec_function) in func_id_to_type()
198 static int mlx5_cmd_query_pages(struct mlx5_core_dev *dev, u16 *func_id, in mlx5_cmd_query_pages()
336 static void page_notify_fail(struct mlx5_core_dev *dev, u16 func_id, in page_notify_fail()
353 static int give_pages(struct mlx5_core_dev *dev, u16 func_id, int npages, in give_pages()
434 static void release_all_pages(struct mlx5_core_dev *dev, u16 func_id, in release_all_pages()
489 u32 func_id; in reclaim_pages_cmd() local
517 static int reclaim_pages(struct mlx5_core_dev *dev, u16 func_id, int npages, in reclaim_pages()
620 u16 func_id; in req_pages_handler() local
[all …]
H A Dsriov.c40 static int sriov_restore_guids(struct mlx5_core_dev *dev, int vf, u16 func_id) in sriov_restore_guids()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dcmd.c29 int mlx5_cmd_sf_enable_hca(struct mlx5_core_dev *dev, u16 func_id) in mlx5_cmd_sf_enable_hca()
40 int mlx5_cmd_sf_disable_hca(struct mlx5_core_dev *dev, u16 func_id) in mlx5_cmd_sf_disable_hca()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h198 u16 func_id; member
213 u16 func_id; member
249 u16 func_id; member
260 u16 func_id; member
269 u16 func_id; member
278 u16 func_id; member
293 u16 func_id; member
304 u16 func_id; member
314 u16 func_id; member
325 u16 func_id; member
[all …]
H A Dhinic_sriov.h60 u16 func_id; member
73 u16 func_id; member
H A Dhinic_sriov.c30 u16 vlan_id, u16 func_id) in hinic_set_mac()
215 u16 func_id, vlan_id; in hinic_init_vf_config() local
536 u8 *new_mac, u16 vlan_id, u16 func_id) in hinic_update_mac()
617 u16 func_id; in hinic_set_vf_mac() local
/linux/drivers/firmware/smccc/
H A Dkvm_guest.c44 bool kvm_arm_hyp_service_available(u32 func_id) in kvm_arm_hyp_service_available()
/linux/tools/testing/selftests/kvm/aarch64/
H A Dsmccc_filter.c28 static void guest_main(uint32_t func_id, enum smccc_conduit conduit) in guest_main()
207 static void expect_call_fwd_to_user(struct kvm_vcpu *vcpu, uint32_t func_id, in expect_call_fwd_to_user()
H A Dpsci_test.c57 static uint64_t psci_features(uint32_t func_id) in psci_features()
H A Dhypercalls.c53 uint32_t func_id; member
/linux/drivers/firmware/arm_scmi/
H A Dsmc.c66 unsigned long func_id; member
136 u32 func_id; in smc_chan_setup() local
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c380 static int ffa_mem_first_frag(u32 func_id, phys_addr_t buf, u32 buf_sz, in ffa_mem_first_frag()
440 ffa_transmit_fragment(u32 func_id, phys_addr_t buf, u32 buf_sz, u32 frag_len, in ffa_transmit_fragment()
460 static u16 ffa_memory_attributes_get(u32 func_id) in ffa_memory_attributes_get()
474 ffa_setup_and_transmit(u32 func_id, void *buffer, u32 max_fragsize, in ffa_setup_and_transmit()
560 static int ffa_memory_ops(u32 func_id, struct ffa_mem_ops_args *args) in ffa_memory_ops()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2097 u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, int state, in bnx2x_init_raw_obj()
2115 u8 cl_id, u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, in bnx2x_init_vlan_mac_common()
2139 u8 cl_id, u32 cid, u8 func_id, void *rdata, in bnx2x_init_mac_obj()
2193 u8 cl_id, u32 cid, u8 func_id, void *rdata, in bnx2x_init_vlan_obj()
2234 u8 cl_id, u32 cid, u8 func_id, void *rdata, in bnx2x_init_vlan_mac_obj()
2838 u8 func_id = r->func_id; in bnx2x_mcast_set_one_rule_e2() local
4070 u8 mcast_cl_id, u32 mcast_cid, u8 func_id, in bnx2x_init_mcast_obj()
4367 struct bnx2x_credit_pool_obj *p, u8 func_id, in bnx2x_init_mac_credit_pool()
4423 u8 func_id, in bnx2x_init_vlan_credit_pool()
4631 u8 cl_id, u32 cid, u8 func_id, u8 engine_id, in bnx2x_init_rss_config_obj()
[all …]
/linux/kernel/bpf/
H A Dbpf_lsm.c197 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_lsm_func_proto()
H A Dcgroup.c1614 cgroup_dev_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_dev_func_proto()
2165 sysctl_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sysctl_func_proto()
2312 cg_sockopt_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cg_sockopt_func_proto()
2525 cgroup_common_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_common_func_proto()
2573 cgroup_current_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_current_func_proto()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_pke.h11 __u32 func_id; member
/linux/net/netfilter/
H A Dnf_bpf_link.c315 bpf_nf_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_nf_func_proto()
/linux/drivers/media/rc/
H A Dbpf-lirc.c83 lirc_mode2_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in lirc_mode2_func_proto()
/linux/drivers/char/tpm/
H A Dtpm_crb.c375 static int tpm_crb_smc_start(struct device *dev, unsigned long func_id) in tpm_crb_smc_start()
390 static int tpm_crb_smc_start(struct device *dev, unsigned long func_id) in tpm_crb_smc_start()
/linux/drivers/pcmcia/
H A Dds.c100 __u8 func_id, function, device_no; in new_id_store() local
401 cistpl_funcid_t func_id; in pcmcia_device_query() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sbq_cmd.h72 u8 func_id; member

123