/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ip.c | 42 u32 last_ip; /* host byte order, included in range */ member 104 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)) || in bitmap_ip_do_head() 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() 227 map->last_ip = last_ip; in init_map_ip() 219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, u32 first_ip, u32 last_ip, u32 elements, u32 hosts, u8 netmask) init_map_ip() argument 257 u32 first_ip = 0, last_ip = 0, hosts; bitmap_ip_create() local [all...] |
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() 306 map->last_ip = last_ip; in init_map_ipmac() 321 u32 first_ip = 0, last_ip in bitmap_ipmac_create() local 299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, u32 first_ip, u32 last_ip, u32 elements) init_map_ipmac() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ip.c | 42 u32 last_ip; /* host byte order, included in range */ member 104 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)) || in bitmap_ip_do_head() 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() 227 map->last_ip = last_ip; in init_map_ip() 219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, u32 first_ip, u32 last_ip, u32 elements, u32 hosts, u8 netmask) init_map_ip() argument 257 u32 first_ip = 0, last_ip = 0, hosts; bitmap_ip_create() local [all...] |
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() 306 map->last_ip = last_ip; in init_map_ipmac() 321 u32 first_ip = 0, last_ip in bitmap_ipmac_create() local 299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, u32 first_ip, u32 last_ip, u32 elements) init_map_ipmac() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 126 uint64_t last_ip; member 436 uint64_t last_ip) in intel_pt_calc_ip() 442 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip() 446 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip() 456 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip() 471 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip() 478 decoder->ip = decoder->last_ip; in intel_pt_set_ip() 1199 ip = decoder->last_ip; in intel_pt_walk_fup() 1269 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip() 435 intel_pt_calc_ip(const struct intel_pt_pkt *packet, uint64_t last_ip) intel_pt_calc_ip() argument [all...] |
/kernel/linux/linux-6.6/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() 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() 1425 ip = decoder->last_ip; in intel_pt_walk_fup() 514 intel_pt_calc_ip(const struct intel_pt_pkt *packet, uint64_t last_ip) intel_pt_calc_ip() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 168 __u64 last_ip; member
|
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 168 __u64 last_ip; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm.h | 154 __u64 last_ip; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm.h | 154 __u64 last_ip; member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 176 __u64 last_ip; member
|
/kernel/linux/linux-6.6/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 176 __u64 last_ip; member
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 10104 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu() 10125 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 11764 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu() 11788 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
|