Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dparavirt_patch.c117 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()
Dkprobes.c92 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-3.4.99/net/ipv4/
Dudp.c251 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
253 slot2 &= udptable->mask; in udp_lib_get_port()
256 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
262 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
406 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() argument
430 if (get_nulls_value(node) != slot2) in udp4_lib_lookup2()
456 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local
463 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
464 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
470 hslot2, slot2); in __udp4_lib_lookup()
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dkprobes.h66 unsigned long long slot2 : 41; member
/linux-3.4.99/net/ipv6/
Dudp.c201 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() argument
225 if (get_nulls_value(node) != slot2) in udp6_lib_lookup2()
249 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local
256 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
263 hslot2, slot2); in __udp6_lib_lookup()
266 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
267 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
273 hslot2, slot2); in __udp6_lib_lookup()
/linux-3.4.99/drivers/pcmcia/
Dti113x.h657 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-3.4.99/arch/ia64/kvm/
Dmmio.c193 inst.inst = bundle.slot2; in emulate_io_inst()
Dvcpu.h45 slot1b:23, slot2:41; }; member
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c1931 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local
1942 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
/linux-3.4.99/virt/kvm/
Dkvm_main.c636 static int cmp_memslot(const void *slot1, const void *slot2) in cmp_memslot() argument
641 s2 = (struct kvm_memory_slot *)slot2; in cmp_memslot()