Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf_verifier.h154 u8 slot_type[BPF_REG_SIZE]; member
267 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
/Linux-v5.4/include/uapi/linux/dvb/
Dca.h100 unsigned int slot_type; member
/Linux-v5.4/drivers/media/firewire/
Dfiredtv-ci.c49 cap->slot_type = CA_CI; in fdtv_ca_get_caps()
/Linux-v5.4/kernel/bpf/
Dverifier.c507 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
510 state->stack[i].slot_type[j]]; in print_verifier_state()
517 if (state->stack[i].slot_type[0] == STACK_SPILL) { in print_verifier_state()
1650 if (func->stack[j].slot_type[0] != STACK_SPILL) in mark_all_scalars_precise()
1693 if (func->stack[spi].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
1792 if (func->stack[i].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
1878 state->stack[spi].slot_type[i] = STACK_SPILL; in save_register_state()
1901 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write()
1941 if (state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write()
1945 if (state->stack[spi].slot_type[i] == STACK_MISC) { in check_stack_write()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c1474 u32 slot_type = 0; in rtw_coex_action_bt_a2dp() local
1483 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_a2dp()
1502 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_a2dp()
1584 u32 slot_type = 0; in rtw_coex_action_bt_a2dp_hid() local
1594 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_a2dp_hid()
1615 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_a2dp_hid()
/Linux-v5.4/drivers/pci/hotplug/
Dcpqphp.h37 u8 slot_type; member
52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type),
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_ca.c256 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
/Linux-v5.4/drivers/media/pci/bt8xx/
Ddst_ca.c232 p_ca_caps->slot_type = 1; in ca_get_slot_caps()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c109 if (stack_entry->slot_type[soff % BPF_REG_SIZE] == STACK_ZERO) in nfp_bpf_map_update_value_ok()
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_ca_en50221.c1372 caps->slot_type = CA_CI_LINK; in dvb_ca_en50221_io_do_ioctl()