Searched refs:last_ip (Results 1 – 6 of 6) sorted by relevance
/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ipmac.c | 47 u32 last_ip; /* host byte order, included in range */ member 204 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)); in bitmap_ipmac_do_head() 219 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_kadt() 265 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_uadt() 287 x->last_ip == y->last_ip && in bitmap_ipmac_same_set() 300 u32 first_ip, u32 last_ip, u32 elements) in init_map_ipmac() argument 306 map->last_ip = last_ip; in init_map_ipmac() 321 u32 first_ip = 0, last_ip = 0; in bitmap_ipmac_create() local 336 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ipmac_create() 339 if (first_ip > last_ip) in bitmap_ipmac_create() [all …]
|
/linux/kernel/events/ |
H A D | callchain.c | 186 __u64 *cur_ip, *last_ip, tramp_addr; in fixup_uretprobe_trampoline_entries() local 192 last_ip = &entry->ip[entry->nr - 1]; in fixup_uretprobe_trampoline_entries() 208 while (ri && cur_ip <= last_ip) { in fixup_uretprobe_trampoline_entries()
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 152 uint64_t last_ip; member 515 uint64_t last_ip) in intel_pt_calc_ip() argument 521 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip() 525 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip() 535 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip() 550 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip() 557 decoder->ip = decoder->last_ip; in intel_pt_set_ip() 1126 decoder->ip != decoder->last_ip) in intel_pt_sample_fup_insn() 1427 ip = decoder->last_ip; in intel_pt_walk_fup() [all...] |
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 177 __u64 last_ip; member
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 12155 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu() 12179 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 792 __u64 last_ip; 830 __u64 last_ip;
|