Searched refs:last_ip (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 45 u32 last_ip; /* host byte order, included in range */ member 107 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)) || in bitmap_ip_do_head() 124 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_kadt() 157 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_uadt() 184 if (ip_to > map->last_ip) in bitmap_ip_uadt() 206 x->last_ip == y->last_ip && in bitmap_ip_same_set() 223 u32 first_ip, u32 last_ip, in init_map_ip() argument 230 map->last_ip = last_ip; in init_map_ip() 248 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 263 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ip_create() [all …]
|
D | ip_set_bitmap_ipmac.c | 51 u32 last_ip; /* host byte order, included in range */ member 208 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)); in bitmap_ipmac_do_head() 227 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_kadt() 266 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_uadt() 288 x->last_ip == y->last_ip && in bitmap_ipmac_same_set() 301 u32 first_ip, u32 last_ip, u32 elements) in init_map_ipmac() argument 307 map->last_ip = last_ip; in init_map_ipmac() 322 u32 first_ip = 0, last_ip = 0; in bitmap_ipmac_create() local 337 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ipmac_create() 340 if (first_ip > last_ip) in bitmap_ipmac_create() [all …]
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 118 uint64_t last_ip; member 401 uint64_t last_ip) in intel_pt_calc_ip() argument 407 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip() 411 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip() 421 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip() 436 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip() 443 decoder->ip = decoder->last_ip; in intel_pt_set_ip() 1118 ip = decoder->last_ip; in intel_pt_walk_fup() 1184 decoder->ip = decoder->last_ip; in intel_pt_walk_tip() 1191 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip() [all …]
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | kvm.h | 168 __u64 last_ip; member
|
/Linux-v4.19/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 168 __u64 last_ip; member
|
/Linux-v4.19/arch/x86/kvm/ |
D | x86.c | 8368 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu() 8389 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 607 __u64 last_ip; 633 __u64 last_ip;
|