Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c425 u8 stype = st->stack[i].slot_type[7]; in __clean_func_state()
460 u8 *t = &st->stack[i].slot_type[j]; in __clean_func_state()
469 st->stack[i].slot_type[j] = STACK_POISON; in __clean_func_state()
670 return stack->slot_type[im] == STACK_SPILL && in is_spilled_scalar_after()
679 for (i = im; i < ARRAY_SIZE(stack->slot_type); ++i) { in is_stack_misc_after()
680 if ((stack->slot_type[i] == STACK_MISC) || in is_stack_misc_after()
681 ((stack->slot_type[i] == STACK_INVALID || stack->slot_type[i] == STACK_POISON) && in is_stack_misc_after()
719 u8 old_type = old->stack[spi].slot_type[i % BPF_REG_SIZE]; in stacksafe()
721 cur->stack[spi].slot_type[i % BPF_REG_SIZE] : STACK_INVALID; in stacksafe()
732 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID || in stacksafe()
[all …]
H A Dlog.c723 u8 slot_type; in print_verifier_state() local
730 slot_type = state->stack[i].slot_type[j]; in print_verifier_state()
731 if (slot_type != STACK_INVALID && slot_type != STACK_POISON) in print_verifier_state()
733 types_buf[j] = slot_type_char[slot_type]; in print_verifier_state()
740 switch (state->stack[i].slot_type[BPF_REG_SIZE - 1]) { in print_verifier_state()
744 if (state->stack[i].slot_type[j] == STACK_SPILL) in print_verifier_state()
H A Dverifier.c691 state->stack[spi].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
692 state->stack[spi - 1].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
736 stack[0].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
737 stack[1].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
783 if (!stack || stack->slot_type[0] != STACK_DYNPTR) in dynptr_ref_cnt()
804 if (state->stack[spi].slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot()
885 if (state->stack[spi].slot_type[i] != STACK_DYNPTR || in is_dynptr_reg_valid_init()
886 state->stack[spi - 1].slot_type[i] != STACK_DYNPTR) in is_dynptr_reg_valid_init()
959 slot->slot_type[j] = STACK_ITER; in mark_stack_slots_iter()
987 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
[all …]
/linux/include/uapi/linux/dvb/
H A Dca.h85 unsigned int slot_type; member
/linux/sound/soc/sof/
H A Dipc4-priv.h125 u32 slot_type);
H A Dipc4.c700 u32 slot_type) in sof_ipc4_rx_msg()
711 if (type == slot_type) in sof_ipc4_rx_msg()
717 dev_dbg(sdev->dev, "Slot type %#x is not available in debug window\n", slot_type); in sof_ipc4_rx_msg()
580 sof_ipc4_find_debug_slot_offset_by_type(struct snd_sof_dev * sdev,u32 slot_type) sof_ipc4_find_debug_slot_offset_by_type() argument
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
/linux/drivers/pci/hotplug/
H A Dcpqphp.h37 u8 slot_type; member
52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
/linux/include/linux/
H A Dbpf_verifier.h306 u8 slot_type[BPF_REG_SIZE]; member
536 (1 << frame->stack[slot].slot_type[BPF_REG_SIZE - 1]) & mask) in bpf_get_spilled_reg()
1250 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in bpf_is_spilled_reg()
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1382 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()