Searched defs:ifa (Results 1 - 11 of 11) sorted by relevance

/arch/ia64/hp/sim/
H A Dsimeth.c275 struct in_ifaddr *ifa = NULL; local
298 for (ifap=&in_dev->ifa_list; (ifa=*ifap) != NULL; ifap=&ifa->ifa_next)
299 if (strcmp(dev->name, ifa->ifa_label) == 0) break;
301 if ( ifa == NULL ) {
302 printk(KERN_ERR "simeth_open: can't find device %s's ifa\n", dev->name);
307 dev->name, ntohl(ifa->ifa_local));
318 netdev_attach(local->simfd, dev->irq, ntohl(ifa->ifa_local)):
/arch/ia64/include/asm/
H A Dtlb.h69 u64 ifa; member in struct:ia64_tr_entry
H A Dmca.h99 unsigned long ifa; member in struct:ia64_sal_os_state
/arch/ia64/kernel/
H A Dtraps.c428 ia64_fault (unsigned long vector, unsigned long isr, unsigned long ifa, argument
490 addr = (void __user *) ifa;
559 ifa = regs.cr_iip;
562 case 35: siginfo.si_code = TRAP_BRANCH; ifa = 0; break;
563 case 36: siginfo.si_code = TRAP_TRACE; ifa = 0; break;
570 siginfo.si_addr = (void __user *) ifa;
630 printk(KERN_ERR " iip - 0x%lx, ifa - 0x%lx, isr - 0x%lx\n",
631 iip, ifa, isr);
637 printk(KERN_ERR " iip - 0x%lx, ifa - 0x%lx, isr - 0x%lx, iim - 0x%lx\n",
638 iip, ifa, is
[all...]
H A Dunaligned.c670 emulate_load_updates (update_t type, load_store_t ld, struct pt_regs *regs, unsigned long ifa) argument
707 * ifa == r3 and we know that the NaT bit on r3 was clear so
708 * we can directly use ifa.
710 ifa += imm;
712 setreg(ld.r3, ifa, 0, regs);
714 DPRINT("ld.x=%d ld.m=%d imm=%ld r3=0x%lx\n", ld.x, ld.m, imm, ifa);
728 * before getting the unaligned fault). So we can use ifa
738 ifa += r2;
743 setreg(ld.r3, ifa, nat_r2, regs);
745 DPRINT("imm=%d r2=%ld r3=0x%lx nat_r2=%d\n",ld.imm, r2, ifa, nat_r
751 emulate_load_int(unsigned long ifa, load_store_t ld, struct pt_regs *regs) argument
872 emulate_store_int(unsigned long ifa, load_store_t ld, struct pt_regs *regs) argument
1021 emulate_load_floatpair(unsigned long ifa, load_store_t ld, struct pt_regs *regs) argument
1126 emulate_load_float(unsigned long ifa, load_store_t ld, struct pt_regs *regs) argument
1202 emulate_store_float(unsigned long ifa, load_store_t ld, struct pt_regs *regs) argument
1292 ia64_handle_unaligned(unsigned long ifa, struct pt_regs *regs) argument
[all...]
/arch/ia64/kvm/
H A Dvtlb.c160 static void vhpt_insert(u64 pte, u64 itir, u64 ifa, u64 gpte) argument
167 rr.val = ia64_get_rr(ifa);
170 (ifa & ((1UL << ps) - 1));
172 head = (struct thash_data *)ia64_thash(ifa);
177 head->etag = ia64_ttag(ifa);
420 u64 ifa, int type)
427 vrr.val = vcpu_get_rr(v, ifa);
428 mrr.val = ia64_get_rr(ifa);
432 phy_pte = translate_phy_pte(&pte, itir, ifa);
444 vtlb_purge(v, ifa, p
419 thash_purge_and_insert(struct kvm_vcpu *v, u64 pte, u64 itir, u64 ifa, int type) argument
449 vcpu_quick_region_set(VMX(v, tc_regions), ifa); local
[all...]
H A Dprocess.c159 static u64 vcpu_get_itir_on_fault(struct kvm_vcpu *vcpu, u64 ifa) argument
163 rr.val = vcpu_get_rr(vcpu, ifa);
511 void reflect_interruption(u64 ifa, u64 isr, u64 iim, argument
548 set_ifa_itir_iha(vcpu, ifa, 1, 1, 1);
651 void kvm_ia64_handle_break(unsigned long ifa, struct kvm_pt_regs *regs, argument
677 reflect_interruption(ifa, isr, iim, 11, regs);
H A Dvcpu.c1171 void vcpu_itc_i(struct kvm_vcpu *vcpu, u64 pte, u64 itir, u64 ifa) argument
1173 thash_purge_and_insert(vcpu, pte, itir, ifa, I_TLB);
1176 void vcpu_itc_d(struct kvm_vcpu *vcpu, u64 pte, u64 itir, u64 ifa) argument
1178 thash_purge_and_insert(vcpu, pte, itir, ifa, D_TLB);
1181 void vcpu_itr_i(struct kvm_vcpu *vcpu, u64 slot, u64 pte, u64 itir, u64 ifa) argument
1187 va = PAGEALIGN(ifa, ps);
1189 rid = vcpu_get_rr(vcpu, ifa);
1197 void vcpu_itr_d(struct kvm_vcpu *vcpu, u64 slot, u64 pte, u64 itir, u64 ifa) argument
1204 va = PAGEALIGN(ifa, ps);
1220 void vcpu_ptr_d(struct kvm_vcpu *vcpu, u64 ifa, u6 argument
1232 vcpu_ptr_i(struct kvm_vcpu *vcpu, u64 ifa, u64 ps) argument
1279 unsigned long ifa; local
1287 unsigned long ifa, itir; local
1296 unsigned long ifa, itir; local
1305 unsigned long ifa, itir; local
1314 unsigned long ifa, itir; local
1323 unsigned long ifa, itir; local
1332 unsigned long itir, ifa, pte, slot; local
1345 unsigned long itir, ifa, pte, slot; local
1356 unsigned long itir, ifa, pte; local
1366 unsigned long itir, ifa, pte; local
[all...]
H A Dvti.h139 unsigned long ifa; member in struct:vpd::__anon1831::__anon1832
/arch/um/drivers/
H A Dnet_kern.c747 struct in_ifaddr *ifa = ptr; local
748 struct net_device *dev = ifa->ifa_dev->dev;
768 memcpy(addr_buf, &ifa->ifa_address, sizeof(addr_buf));
769 memcpy(netmask_buf, &ifa->ifa_mask, sizeof(netmask_buf));
/arch/ia64/include/uapi/asm/
H A Dkvm.h142 unsigned long ifa; member in union:thash_data::__anon1722
182 unsigned long ifa; member in struct:saved_vpd::__anon1726::__anon1727

Completed in 255 milliseconds