Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/xen/
Dp2m.c903 int type, prev_type; in p2m_dump_show() local
905 prev_type = xen_p2m_elem_type(0); in p2m_dump_show()
910 if (type != prev_type) { in p2m_dump_show()
912 type_name[prev_type]); in p2m_dump_show()
913 prev_type = type; in p2m_dump_show()
918 type_name[prev_type]); in p2m_dump_show()
/linux-6.12.1/fs/ntfs3/
Drecord.c202 u32 t32, off, asize, prev_type; in mi_enum_attr() local
223 prev_type = 0; in mi_enum_attr()
234 prev_type = le32_to_cpu(attr->type); in mi_enum_attr()
257 if (t32 < prev_type) in mi_enum_attr()
/linux-6.12.1/arch/x86/kernel/
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()
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.12.1/fs/
Dbinfmt_elf.c716 bool have_prev_type, u32 *prev_type) in parse_elf_property() argument
745 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property()
747 *prev_type = pr->pr_type; in parse_elf_property()
774 u32 prev_type; in parse_elf_properties() local
812 have_prev_type, &prev_type); in parse_elf_properties()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dqmi.h103 u32 prev_type; member
Dqmi.c1988 if (chunk->prev_type == chunk->type && in ath11k_qmi_alloc_target_mem_chunk()
2018 chunk->prev_type = chunk->type; in ath11k_qmi_alloc_target_mem_chunk()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dqmi.h100 u32 prev_type; member
Dqmi.c2392 if (chunk->prev_type == chunk->type && in ath12k_qmi_alloc_target_mem_chunk()
2421 chunk->prev_type = chunk->type; in ath12k_qmi_alloc_target_mem_chunk()
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dfs.c187 struct mlx5_flow_act *action, u32 prev_type) in parse_flow_attr() argument
423 switch (prev_type) { in parse_flow_attr()
1052 u32 prev_type = 0; in _create_flow_rule() local
1075 prev_type); in _create_flow_rule()
1079 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule()
/linux-6.12.1/kernel/bpf/
Dverifier.c18256 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; in save_aux_ptr_type() local
18258 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()
18263 *prev_type = type; in save_aux_ptr_type()
18264 } else if (reg_type_mismatch(type, *prev_type)) { in save_aux_ptr_type()
18274 base_type(*prev_type) == PTR_TO_BTF_ID) { in save_aux_ptr_type()
18281 *prev_type = PTR_TO_BTF_ID | PTR_UNTRUSTED; in save_aux_ptr_type()