Home
last modified time | relevance | path

Searched refs:type_flag (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/clk/zynqmp/
H A Dclk-mux-zynqmp.c146 if (nodes->type_flag & CLK_MUX_READ_ONLY) in zynqmp_clk_register_mux()
155 mux->flags = zynqmp_clk_map_mux_ccf_flags(nodes->type_flag); in zynqmp_clk_register_mux()
H A Ddivider.c289 if (nodes->type_flag & CLK_DIVIDER_READ_ONLY) in zynqmp_clk_register_divider()
302 div->flags = zynqmp_clk_map_divider_ccf_flags(nodes->type_flag); in zynqmp_clk_register_divider()
H A Dclk-zynqmp.h64 u32 type_flag; member
H A Dclk-gate-zynqmp.c131 gate->flags = nodes->type_flag; in zynqmp_clk_register_gate()
H A Dclkc.c424 topology[*nnodes].type_flag = in __zynqmp_clock_get_topology()
/openbmc/linux/include/linux/
H A Dbpf_verifier.h755 static inline u32 type_flag(u32 type) in type_flag() function
784 return type_flag(type) & ~BPF_REG_TRUSTED_MODIFIERS; in bpf_type_has_unsafe_modifiers()
/openbmc/qemu/contrib/plugins/
H A Dcflow.c74 InsnTypes type_flag; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c1652 u32 type_flag) in bnx2x_vf_mbx_macvlan_list() argument
1665 if ((msg_filter->flags & type_flag) != type_flag) in bnx2x_vf_mbx_macvlan_list()
1668 if (type_flag & VFPF_Q_FILTER_DEST_MAC_VALID) { in bnx2x_vf_mbx_macvlan_list()
1672 if (type_flag & VFPF_Q_FILTER_VLAN_TAG_VALID) { in bnx2x_vf_mbx_macvlan_list()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h690 int type_flag; /* Aeq:1 ceq:0 */ member
H A Dhns_roce_hw_v2.c5941 if (eq->type_flag == HNS_ROCE_AEQ) { in update_eq_db()
6072 if (eq->type_flag == HNS_ROCE_CEQ) in hns_roce_v2_msix_interrupt_eq()
6572 eq->type_flag = HNS_ROCE_CEQ; in hns_roce_v2_init_eq_table()
6581 eq->type_flag = HNS_ROCE_AEQ; in hns_roce_v2_init_eq_table()
/openbmc/linux/kernel/bpf/
H A Dverifier.c468 return base_type(type) == PTR_TO_BTF_ID && type_flag(type) & MEM_ALLOC; in type_is_ptr_alloc_obj()
473 return type_is_ptr_alloc_obj(type) && type_flag(type) & NON_OWN_REF; in type_is_non_owning_ref()
5261 if (base_type(reg->type) != PTR_TO_BTF_ID || (type_flag(reg->type) & ~perm_flags)) in map_kptr_match_type()
5709 return type_flag(reg->type) & BPF_REG_TRUSTED_MODIFIERS && in is_trusted_reg()
6478 } else if (type_flag(reg->type) & PTR_UNTRUSTED) { in check_ptr_to_btf_access()
10219 ret_flag = type_flag(ret_type); in check_helper_call()
10912 if (type_flag(reg->type) & NON_OWN_REF) { in ref_set_non_owning()
11582 (type_flag(reg->type) & BPF_REG_TRUSTED_MODIFIERS))); in check_kfunc_args()
11933 enum bpf_type_flag type_flag = get_dynptr_type_flag(meta.initialized_dynptr.type); in check_kfunc_call() local
11945 regs[BPF_REG_0].type = PTR_TO_MEM | type_flag; in check_kfunc_call()
H A Dbtf.c6039 flag = type_flag(ctx_arg_info->reg_type); in btf_ctx_access()