Searched refs:last_ip (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netfilter/ipset/ |
| A D | ip_set_bitmap_ip.c | 121 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_kadt() 154 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_uadt() 181 if (ip_to > map->last_ip) in bitmap_ip_uadt() 203 x->last_ip == y->last_ip && in bitmap_ip_same_set() 220 u32 first_ip, u32 last_ip, in init_map_ip() argument 227 map->last_ip = last_ip; in init_map_ip() 257 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 275 if (first_ip > last_ip) in bitmap_ip_create() 276 swap(first_ip, last_ip); in bitmap_ip_create() 294 last_ip |= ~ip_set_hostmask(netmask); in bitmap_ip_create() [all …]
|
| A D | ip_set_bitmap_ipmac.c | 47 u32 last_ip; /* host byte order, included in range */ member 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 339 if (first_ip > last_ip) in bitmap_ipmac_create() 340 swap(first_ip, last_ip); in bitmap_ipmac_create() 346 ip_set_mask_from_to(first_ip, last_ip, cidr); in bitmap_ipmac_create() [all …]
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-decoder.c | 149 uint64_t last_ip; member 503 uint64_t last_ip) in intel_pt_calc_ip() argument 538 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip() 545 decoder->ip = decoder->last_ip; in intel_pt_set_ip() 1290 ip = decoder->last_ip; in intel_pt_walk_fup() 1465 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt() 2749 decoder->last_ip = 0; in intel_pt_hop_trace() 2886 decoder->last_ip = 0; in intel_pt_psb() 3452 decoder->last_ip = 0; in intel_pt_walk_to_ip() 3615 decoder->last_ip = 0; in intel_pt_sync() [all …]
|
| /linux/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 183 __u64 last_ip; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 183 __u64 last_ip; member
|
| /linux/arch/x86/kvm/ |
| A D | x86.c | 10788 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu() 10812 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
|
| /linux/Documentation/virt/kvm/ |
| A D | api.rst | 783 __u64 last_ip; 812 __u64 last_ip;
|
Completed in 56 milliseconds