Searched refs:type_flag (Results 1 – 11 of 11) sorted by relevance
146 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()
289 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()
64 u32 type_flag; member
131 gate->flags = nodes->type_flag; in zynqmp_clk_register_gate()
424 topology[*nnodes].type_flag = in __zynqmp_clock_get_topology()
873 static inline u32 type_flag(u32 type) in type_flag() function902 return type_flag(type) & ~BPF_REG_TRUSTED_MODIFIERS; in bpf_type_has_unsafe_modifiers()907 return base_type(type) == PTR_TO_BTF_ID && type_flag(type) & MEM_ALLOC; in type_is_ptr_alloc_obj()912 return type_is_ptr_alloc_obj(type) && type_flag(type) & NON_OWN_REF; in type_is_non_owning_ref()
1652 u32 type_flag) in bnx2x_vf_mbx_macvlan_list() argument1665 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()
708 int type_flag; /* Aeq:1 ceq:0 */ member
6056 if (eq->type_flag == HNS_ROCE_AEQ) { in update_eq_db()6185 if (eq->type_flag == HNS_ROCE_CEQ) in hns_roce_v2_msix_interrupt_eq()6721 eq->type_flag = HNS_ROCE_CEQ; in hns_roce_v2_init_eq_table()6730 eq->type_flag = HNS_ROCE_AEQ; in hns_roce_v2_init_eq_table()
5358 if (base_type(reg->type) != PTR_TO_BTF_ID || (type_flag(reg->type) & ~perm_flags)) in map_kptr_match_type()5863 return type_flag(reg->type) & BPF_REG_TRUSTED_MODIFIERS && in is_trusted_reg()6673 } else if (type_flag(reg->type) & PTR_UNTRUSTED) { in check_ptr_to_btf_access()10747 ret_flag = type_flag(ret_type); in check_helper_call()11523 if (type_flag(reg->type) & NON_OWN_REF) { in ref_set_non_owning()12282 (type_flag(reg->type) & BPF_REG_TRUSTED_MODIFIERS))); in check_kfunc_args()12752 enum bpf_type_flag type_flag = get_dynptr_type_flag(meta.initialized_dynptr.type); in check_kfunc_call() local12764 regs[BPF_REG_0].type = PTR_TO_MEM | type_flag; in check_kfunc_call()
6528 flag = type_flag(ctx_arg_info->reg_type); in btf_ctx_access()