/Linux-v6.1/arch/ia64/kernel/ |
D | kprobes.c | 77 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst() 309 bundle->quad1.slot2 = break_inst; in prepare_break_inst() 341 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst() 342 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst() 551 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe() 574 dest->quad1.slot2 = src->quad1.slot2; in arch_disarm_kprobe()
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | kprobes.h | 58 unsigned long long slot2 : 41; member
|
/Linux-v6.1/drivers/pcmcia/ |
D | ti113x.h | 654 struct yenta_socket *slot2; in ti12xx_2nd_slot_empty() local 721 slot2 = pci_get_drvdata(func); in ti12xx_2nd_slot_empty() 722 if (!slot2) in ti12xx_2nd_slot_empty() 726 yenta_get_status(&slot2->socket, &state); in ti12xx_2nd_slot_empty()
|
/Linux-v6.1/net/ipv6/ |
D | udp.c | 242 unsigned int hash2, slot2; in __udp6_lib_lookup() local 247 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 248 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 273 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 274 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 1067 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup() local 1068 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|
/Linux-v6.1/net/ipv4/ |
D | udp.c | 285 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 287 slot2 &= udptable->mask; in udp_lib_get_port() 290 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 295 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 492 unsigned int hash2, slot2; in __udp4_lib_lookup() local 497 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 498 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 523 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 524 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 2554 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local [all …]
|
/Linux-v6.1/drivers/iio/health/ |
D | max30102.c | 189 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ argument 190 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
|
/Linux-v6.1/arch/powerpc/boot/dts/fsl/ |
D | b4860qds.dts | 96 phy_xaui_slot2: xaui-phy@slot2 {
|
D | t104xd4rdb.dtsi | 142 * slot2, the HDMI connector, and the PEX
|
D | p5040ds.dts | 426 hydra_xg_slot2: hydra-xg-slot2@2 {
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043a-qds.dts | 40 emi1-slot2 = &ls1043mdio_s2;
|
D | fsl-ls1046a-qds.dts | 21 emi1-slot2 = &ls1046mdio_s2;
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | aspeed-bmc-opp-mihawk.dts | 839 * PCIe x8 slot2 1004 * PCIe x8 slot2
|
/Linux-v6.1/drivers/net/can/ |
D | grcan.c | 43 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|
/Linux-v6.1/drivers/scsi/mvsas/ |
D | mv_sas.c | 1671 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1682 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|
/Linux-v6.1/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 1065 struct hisi_sas_slot *slot, *slot2; in hisi_sas_release_task() local 1068 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
|
D | hisi_sas_v3_hw.c | 866 struct hisi_sas_slot *slot, *slot2; in dereg_device_v3_hw() local 872 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
|