Home
last modified time | relevance | path

Searched refs:prev_type (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/arch/x86/xen/
H A Dp2m.c897 int type, prev_type; in p2m_dump_show() local
899 prev_type = xen_p2m_elem_type(0); in p2m_dump_show()
904 if (type != prev_type) { in p2m_dump_show()
906 type_name[prev_type]); in p2m_dump_show()
907 prev_type = type; in p2m_dump_show()
912 type_name[prev_type]); in p2m_dump_show()
/linux-6.15/fs/ntfs3/
H A Drecord.c203 u32 t32, off, asize, prev_type; in mi_enum_attr() local
224 prev_type = 0; in mi_enum_attr()
235 prev_type = le32_to_cpu(attr->type); in mi_enum_attr()
261 if (t32 < prev_type) in mi_enum_attr()
/linux-6.15/arch/x86/kernel/
H A Dunwind_frame.c200 enum stack_type prev_type = info->type; in update_stack_state() local
234 if (state->orig_sp && state->stack_info.type == prev_type && in update_stack_state()
H A Dunwind_orc.c471 enum stack_type prev_type = state->stack_info.type; in unwind_next_frame() local
664 if (state->stack_info.type == prev_type && in unwind_next_frame()
/linux-6.15/fs/
H A Dbinfmt_elf.c722 bool have_prev_type, u32 *prev_type) in parse_elf_property() argument
751 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property()
753 *prev_type = pr->pr_type; in parse_elf_property()
779 u32 prev_type; in parse_elf_properties() local
817 have_prev_type, &prev_type); in parse_elf_properties()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dqmi.h103 u32 prev_type; member
H A Dqmi.c1992 if (chunk->prev_type == chunk->type && in ath11k_qmi_alloc_target_mem_chunk()
2022 chunk->prev_type = chunk->type; in ath11k_qmi_alloc_target_mem_chunk()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dqmi.h101 u32 prev_type; member
H A Dqmi.c2505 if (chunk->prev_type == chunk->type && in ath12k_qmi_alloc_chunk()
2533 chunk->prev_type = chunk->type; in ath12k_qmi_alloc_chunk()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dfs.c193 struct mlx5_flow_act *action, u32 prev_type) in parse_flow_attr() argument
429 switch (prev_type) { in parse_flow_attr()
1527 u32 prev_type = 0; in _create_flow_rule() local
1550 prev_type); in _create_flow_rule()
1554 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule()
/linux-6.15/kernel/bpf/
H A Dverifier.c19357 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; in save_aux_ptr_type() local
19359 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()
19364 *prev_type = type; in save_aux_ptr_type()
19365 } else if (reg_type_mismatch(type, *prev_type)) { in save_aux_ptr_type()
19375 base_type(*prev_type) == PTR_TO_BTF_ID) { in save_aux_ptr_type()
19382 *prev_type = PTR_TO_BTF_ID | PTR_UNTRUSTED; in save_aux_ptr_type()