Searched refs:slot2 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt_patch.c | 117 inst.l = bundle->quad1.slot2; in paravirt_read_slot2() 156 bundle->quad1.slot2 = inst.l; in paravirt_write_slot2() 189 ia64_inst_t slot2 = paravirt_read_slot2(bundle); in paravirt_print_bundle() local 201 (unsigned long)bundle->quad1.slot2); in paravirt_print_bundle() 204 slot0.l, slot1.l, slot2.l); in paravirt_print_bundle()
|
D | kprobes.c | 92 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst() 324 bundle->quad1.slot2 = break_inst; in prepare_break_inst() 356 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst() 357 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst() 642 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe() 665 dest->quad1.slot2 = src->quad1.slot2; in arch_disarm_kprobe()
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 263 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 265 slot2 &= udptable->mask; in udp_lib_get_port() 268 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 274 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 441 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() argument 475 if (get_nulls_value(node) != slot2) in udp4_lib_lookup2() 499 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local 507 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 508 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 514 hslot2, slot2); in __udp4_lib_lookup() [all …]
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | kprobes.h | 66 unsigned long long slot2 : 41; member
|
/linux-4.1.27/net/ipv6/ |
D | udp.c | 233 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() argument 268 if (get_nulls_value(node) != slot2) in udp6_lib_lookup2() 292 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local 300 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 301 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 307 hslot2, slot2); in __udp6_lib_lookup() 310 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 311 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 317 hslot2, slot2); in __udp6_lib_lookup()
|
/linux-4.1.27/drivers/pcmcia/ |
D | ti113x.h | 657 struct yenta_socket *slot2; in ti12xx_2nd_slot_empty() local 724 slot2 = pci_get_drvdata(func); in ti12xx_2nd_slot_empty() 725 if (!slot2) in ti12xx_2nd_slot_empty() 729 yenta_get_status(&slot2->socket, &state); in ti12xx_2nd_slot_empty()
|
/linux-4.1.27/drivers/net/can/ |
D | grcan.c | 46 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.c | 1845 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1856 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|