Searched refs:prev_type (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/xen/
H A Dp2m.c808 int type, prev_type; local
810 prev_type = xen_p2m_elem_type(0);
815 if (type != prev_type) {
817 type_name[prev_type]);
818 prev_type = type;
823 type_name[prev_type]);
/linux-master/arch/x86/kernel/
H A Dunwind_frame.c200 enum stack_type prev_type = info->type; local
234 if (state->orig_sp && state->stack_info.type == prev_type &&
H A Dunwind_orc.c471 enum stack_type prev_type = state->stack_info.type; local
664 if (state->stack_info.type == prev_type &&
/linux-master/fs/ntfs3/
H A Drecord.c202 u32 t32, off, asize, prev_type; local
223 prev_type = 0;
241 prev_type = le32_to_cpu(attr->type);
265 if (t32 < prev_type)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dqmi.h103 u32 prev_type; member in struct:target_mem_chunk
H A Dqmi.c1988 if (chunk->prev_type == chunk->type &&
2018 chunk->prev_type = chunk->type;
/linux-master/fs/
H A Dbinfmt_elf.c716 bool have_prev_type, u32 *prev_type)
745 if (have_prev_type && pr->pr_type <= *prev_type)
747 *prev_type = pr->pr_type;
774 u32 prev_type; local
812 have_prev_type, &prev_type);
714 parse_elf_property(const char *data, size_t *off, size_t datasz, struct arch_elf_state *arch, bool have_prev_type, u32 *prev_type) argument
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c187 struct mlx5_flow_act *action, u32 prev_type)
423 switch (prev_type) {
1052 u32 prev_type = 0; local
1075 prev_type);
1079 prev_type = ((union ib_flow_spec *)ib_flow)->type;
183 parse_flow_attr(struct mlx5_core_dev *mdev, struct mlx5_flow_spec *spec, const union ib_flow_spec *ib_spec, const struct ib_flow_attr *flow_attr, struct mlx5_flow_act *action, u32 prev_type) argument
/linux-master/kernel/bpf/
H A Dverifier.c17543 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; local
17545 if (*prev_type == NOT_INIT) {
17550 *prev_type = type;
17551 } else if (reg_type_mismatch(type, *prev_type)) {
17561 base_type(*prev_type) == PTR_TO_BTF_ID) {
17568 *prev_type = PTR_TO_BTF_ID | PTR_UNTRUSTED;

Completed in 455 milliseconds