Home
last modified time | relevance | path

Searched refs:ip (Results 451 – 475 of 2033) sorted by relevance

1...<<11121314151617181920>>...82

/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h39 unsigned long sp, ip; member
48 unsigned long ip) in unwind_recover_ret_addr() argument
50 ip = ftrace_graph_ret_addr(state->task, &state->graph_idx, ip, (void *)state->sp); in unwind_recover_ret_addr()
52 if (is_rethook_trampoline(ip)) in unwind_recover_ret_addr()
53 ip = rethook_find_ret_addr(state->task, state->sp, &state->kr_cur); in unwind_recover_ret_addr()
55 return ip; in unwind_recover_ret_addr()
/openbmc/linux/fs/gfs2/
H A Dbmap.h28 static inline void gfs2_write_calc_reserv(const struct gfs2_inode *ip, in gfs2_write_calc_reserv() argument
33 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_write_calc_reserv()
36 BUG_ON(gfs2_is_dir(ip)); in gfs2_write_calc_reserv()
49 int gfs2_unstuff_dinode(struct gfs2_inode *ip);
61 int gfs2_truncatei_resume(struct gfs2_inode *ip);
62 int gfs2_file_dealloc(struct gfs2_inode *ip);
63 int gfs2_write_alloc_required(struct gfs2_inode *ip, u64 offset,
/openbmc/linux/fs/jfs/
H A Djfs_xtree.h100 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
102 extern void xtInitRoot(tid_t tid, struct inode *ip);
103 extern int xtInsert(tid_t tid, struct inode *ip,
105 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
107 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
108 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
109 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
111 struct inode *ip, int xflag, s64 xoff, int maxblocks,
/openbmc/linux/arch/x86/mm/
H A Dextable.c40 regs->ip = ex_fixup_addr(e); in ex_handler_default()
66 len = next_ip - regs->ip; in ex_handler_zeropad()
70 if (insn_decode(&insn, (void *) regs->ip, len, INSN_MODE_KERN)) in ex_handler_zeropad()
124 regs->ip = ex_fixup_addr(fixup); in ex_handler_fprestore()
179 (unsigned int)regs->ax, regs->ip, (void *)regs->ip); in ex_handler_msr()
185 (unsigned int)regs->cx, regs->ip, (void *)regs->ip); in ex_handler_msr()
226 int ex_get_fixup_type(unsigned long ip) in ex_get_fixup_type() argument
253 e = search_exception_tables(regs->ip); in fixup_exception()
346 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN) { in early_fixup_exception()
348 regs->ip += LEN_UD2; in early_fixup_exception()
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_mcast.sh22 ip link del $h1.10
34 ip link del $h2.10
42 ip link set dev $swp1 master br0
45 ip link set dev br0 up
46 ip link set dev $swp1 up
47 ip link set dev $swp2 up
65 ip link set dev $swp2 down
66 ip link set dev $swp1 down
68 ip link del dev br0
416 ip link set dev br1 up
[all …]
H A Dlib.sh1295 ip link set $host1_if promisc on
1356 local ip=$3
1363 ip link set $host2_if promisc on
1368 $MZ $host1_if -c 1 -p 64 -b $mac -B $ip -t ip -q
1392 local ip=192.0.2.100
1415 local ip=239.0.0.1
1547 local ip=$3
1658 ip vrf exec $vrf_name \
1676 ip vrf exec $vrf_name \
1683 local ip=${1-ip}; shift
[all …]
H A Dtc_tunnel_key.sh72 ip link set $swp1 address $h2mac
73 ip link set $swp2 address $h1mac
97 ip link set $swp2 address $swp2origmac
98 ip link set $swp1 address $swp1origmac
106 tc filter add dev $swp1 ingress protocol ip pref 100 handle 100 \
109 tc filter add dev $swp1 ingress protocol ip pref 101 handle 101 \
112 tc filter add dev $swp1 ingress protocol ip pref 102 handle 102 \
119 $MZ h1-et -c 1 -p 930 -a 00:aa:bb:cc:dd:ee -b 00:ee:dd:cc:bb:aa -t ip -q
123 $MZ h1-et -c 1 -p 931 -a 00:aa:bb:cc:dd:ee -b 00:ee:dd:cc:bb:aa -t ip -q
133 $MZ h1-et -c 1 -p 931 -a 00:aa:bb:cc:dd:ee -b 00:ee:dd:cc:bb:aa -t ip -q
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_vlan_mcast.sh22 ip link del $h1.10
34 ip link del $h2.10
42 ip link set dev $swp1 master br0
45 ip link set dev br0 up
46 ip link set dev $swp1 up
47 ip link set dev $swp2 up
65 ip link set dev $swp2 down
66 ip link set dev $swp1 down
68 ip link del dev br0
416 ip link set dev br1 up
[all …]
H A Dlib.sh1295 ip link set $host1_if promisc on
1356 local ip=$3
1363 ip link set $host2_if promisc on
1368 $MZ $host1_if -c 1 -p 64 -b $mac -B $ip -t ip -q
1392 local ip=192.0.2.100
1415 local ip=239.0.0.1
1547 local ip=$3
1658 ip vrf exec $vrf_name \
1676 ip vrf exec $vrf_name \
1683 local ip=${1-ip}; shift
[all …]
/openbmc/linux/lib/zstd/compress/
H A Dzstd_ldm.c274 BYTE const* const istart = ip; in ZSTD_ldm_fillHashTable()
282 while (ip < iend) { in ZSTD_ldm_fillHashTable()
287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable()
302 ip += hashed; in ZSTD_ldm_fillHashTable()
344 BYTE const* ip = istart; in ZSTD_ldm_generateSequences_internal() local
358 ip += minMatchLength; in ZSTD_ldm_generateSequences_internal()
360 while (ip < ilimit) { in ZSTD_ldm_generateSequences_internal()
365 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
487 ip += hashed; in ZSTD_ldm_generateSequences_internal()
673 BYTE const* ip = istart; in ZSTD_ldm_blockCompress() local
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c41 __be32 ip; member
55 return e1->ip == e2->ip && ether_addr_equal(e1->ether, e2->ether); in hash_ipmac4_data_equal()
61 if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, e->ip) || in hash_ipmac4_data_list()
74 next->ip = e->ip; in hash_ipmac4_data_next()
104 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_ipmac4_kadt()
132 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip) || in hash_ipmac4_uadt()
148 union nf_inet_addr ip; member
162 return ipv6_addr_equal(&e1->ip.in6, &e2->ip.in6) && in hash_ipmac6_data_equal()
169 if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &e->ip.in6) || in hash_ipmac6_data_list()
220 ip6addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip.in6); in hash_ipmac6_kadt()
[all …]
H A Dip_set_hash_ipportnet.c53 __be32 ip; member
68 return ip1->ip == ip2->ip && in hash_ipportnet4_data_equal()
124 next->ip = d->ip; in hash_ipportnet4_data_next()
227 e.ip = htonl(ip); in hash_ipportnet4_uadt()
234 ip_to = ip; in hash_ipportnet4_uadt()
239 if (ip > ip_to) in hash_ipportnet4_uadt()
240 swap(ip, ip_to); in hash_ipportnet4_uadt()
270 ip = ntohl(h->next.ip); in hash_ipportnet4_uadt()
277 for (; ip <= ip_to; ip++) { in hash_ipportnet4_uadt()
278 e.ip = htonl(ip); in hash_ipportnet4_uadt()
[all …]
/openbmc/linux/tools/perf/util/
H A Dunwind-libdw.c44 static int __report_module(struct addr_location *al, u64 ip, in __report_module() argument
74 mod = dwfl_addrmodule(ui->dwfl, ip); in __report_module()
108 static int report_module(u64 ip, struct unwind_info *ui) in report_module() argument
114 res = __report_module(&al, ip, ui); in report_module()
123 static int entry(u64 ip, struct unwind_info *ui) in entry() argument
130 if (__report_module(&al, ip, ui)) { in entry()
135 e->ip = ip; in entry()
142 ip, in entry()
143 al.map ? map__map_ip(al.map, ip) : (u64) 0); in entry()
273 Dwarf_Word ip; in unwind__get_entries() local
[all …]
/openbmc/linux/include/linux/
H A Dbottom_half.h9 extern void __local_bh_disable_ip(unsigned long ip, unsigned int cnt);
11 static __always_inline void __local_bh_disable_ip(unsigned long ip, unsigned int cnt) in __local_bh_disable_ip() argument
24 extern void __local_bh_enable_ip(unsigned long ip, unsigned int cnt);
26 static inline void local_bh_enable_ip(unsigned long ip) in local_bh_enable_ip() argument
28 __local_bh_enable_ip(ip, SOFTIRQ_DISABLE_OFFSET); in local_bh_enable_ip()
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh1295 ip link set $host1_if promisc on
1356 local ip=$3
1363 ip link set $host2_if promisc on
1368 $MZ $host1_if -c 1 -p 64 -b $mac -B $ip -t ip -q
1392 local ip=192.0.2.100
1415 local ip=239.0.0.1
1547 local ip=$3
1658 ip vrf exec $vrf_name \
1676 ip vrf exec $vrf_name \
1683 local ip=${1-ip}; shift
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1295 ip link set $host1_if promisc on
1356 local ip=$3
1363 ip link set $host2_if promisc on
1368 $MZ $host1_if -c 1 -p 64 -b $mac -B $ip -t ip -q
1392 local ip=192.0.2.100
1415 local ip=239.0.0.1
1547 local ip=$3
1658 ip vrf exec $vrf_name \
1676 ip vrf exec $vrf_name \
1683 local ip=${1-ip}; shift
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c33 struct xfs_inode *ip, in xfs_bmdr_to_bmbt() argument
39 struct xfs_mount *mp = ip->i_mount; in xfs_bmdr_to_bmbt()
47 XFS_BTNUM_BMAP, 0, 0, ip->i_ino, in xfs_bmdr_to_bmbt()
250 cur->bc_ino.ip->i_nblocks++; in xfs_bmbt_alloc_block()
267 struct xfs_inode *ip = cur->bc_ino.ip; in xfs_bmbt_free_block() local
279 ip->i_nblocks--; in xfs_bmbt_free_block()
293 ifp = xfs_ifork_ptr(cur->bc_ino.ip, in xfs_bmbt_get_minrecs()
311 ifp = xfs_ifork_ptr(cur->bc_ino.ip, in xfs_bmbt_get_maxrecs()
571 cur->bc_ino.ip = ip; in xfs_bmbt_init_cursor()
660 struct xfs_inode *ip, in xfs_bmbt_change_owner() argument
[all …]
/openbmc/qemu/hw/intc/
H A Dloongson_liointc.c64 uint32_t irq, core, ip; in update_irq() local
90 for (ip = 0; ip < NUM_IPS; ip++) { in update_irq()
91 if ((p->mapper[irq] & (1 << (ip + 4)))) { in update_irq()
92 per_ip_isr[ip] |= (1 << irq); in update_irq()
99 for (ip = 0; ip < NUM_IPS; ip++) { in update_irq()
100 int parent = PARENT_COREx_IPy(core, ip); in update_irq()
102 (!!p->per_core_isr[core] && !!per_ip_isr[ip])) { in update_irq()
/openbmc/linux/tools/testing/selftests/net/
H A Dsetup_loopback.sh48 ip link add link "${link_dev}" dev "${ns_dev}" \
56 [[ -e /var/run/netns/"${ns_name}" ]] || ip netns add "${ns_name}"
57 ip link set dev "${ns_dev}" netns "${ns_name}"
58 ip -netns "${ns_name}" link set dev "${ns_dev}" up
60 ip -netns "${ns_name}" addr add dev "${ns_dev}" "${addr}"
70 ip -netns "${ns_name}" link del dev "${ns_dev}"
71 ip netns del "${ns_name}"
/openbmc/linux/fs/xfs/
H A Dxfs_icache.h50 void xfs_inode_free(struct xfs_inode *ip);
58 void xfs_inode_mark_reclaimable(struct xfs_inode *ip);
63 int xfs_blockgc_free_quota(struct xfs_inode *ip, unsigned int iwalk_flags);
67 void xfs_inode_set_eofblocks_tag(struct xfs_inode *ip);
68 void xfs_inode_clear_eofblocks_tag(struct xfs_inode *ip);
70 void xfs_inode_set_cowblocks_tag(struct xfs_inode *ip);
71 void xfs_inode_clear_cowblocks_tag(struct xfs_inode *ip);
/openbmc/linux/kernel/kcsan/
H A Dreport.c35 unsigned long ip; member
322 if (kallsyms_lookup_size_offset(ip, &symbolsize, &offset)) in replace_stack_entry()
323 target_func = ip - offset; in replace_stack_entry()
336 stack_entries[skip] = ip; in replace_stack_entry()
351 return ip ? replace_stack_entry(stack_entries, num_entries, ip, replaced) : in sanitize_stack_entries()
411 other_info->ai.ip, &other_reordered_to); in print_report()
638 int access_type, unsigned long ip) in prepare_access_info() argument
647 .ip = (access_type & KCSAN_ACCESS_SCOPED) ? ip : 0, in prepare_access_info()
652 unsigned long ip, int watchpoint_idx) in kcsan_report_set_info() argument
667 unsigned long ip, enum kcsan_value_change value_change, in kcsan_report_known_origin() argument
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c207 if (ip->v4->version == 4) { in get_inner_l3_l4_type()
214 exthdr = ip->hdr + sizeof(*ip->v6); in get_inner_l3_l4_type()
269 csum_tcpudp_magic(ip->v4->saddr, ip->v4->daddr, 0, proto, 0) : in csum_magic()
270 csum_ipv6_magic(&ip->v6->saddr, &ip->v6->daddr, 0, proto, 0); in csum_magic()
279 union hinic_l3 ip; in offload_tso() local
299 ip.v4->tot_len = 0; in offload_tso()
330 if (ip.v4->version == 4) in offload_tso()
331 ip.v4->tot_len = 0; in offload_tso()
333 ip.v6->payload_len = 0; in offload_tso()
360 union hinic_l3 ip; in offload_csum() local
[all …]
/openbmc/linux/arch/arm/lib/
H A Dcopy_page.S29 ldmia r1!, {r3, r4, ip, lr} @ 4+1
34 stmia r0!, {r3, r4, ip, lr} @ 4
35 ldmia r1!, {r3, r4, ip, lr} @ 4
38 stmia r0!, {r3, r4, ip, lr} @ 4
39 ldmiagt r1!, {r3, r4, ip, lr} @ 4
41 PLD( ldmiaeq r1!, {r3, r4, ip, lr} )
/openbmc/linux/Documentation/networking/
H A Dipvlan.rst31 using IProute2/ip utility.
158 ip netns add ns0
159 ip netns add ns1
168 ip link set dev ipvl0 netns ns0
169 ip link set dev ipvl1 netns ns1
175 (1) ip netns exec ns0 bash
176 (2) ip link set dev ipvl0 up
177 (3) ip link set dev lo up
184 (1) ip netns exec ns1 bash
185 (2) ip link set dev ipvl1 up
[all …]
/openbmc/linux/drivers/media/usb/usbtv/
H A Dusbtv-video.c500 struct urb *ip; in usbtv_setup_iso_transfer() local
505 if (ip == NULL) in usbtv_setup_iso_transfer()
509 ip->context = usbtv; in usbtv_setup_iso_transfer()
511 ip->interval = 1; in usbtv_setup_iso_transfer()
516 usb_free_urb(ip); in usbtv_setup_iso_transfer()
527 return ip; in usbtv_setup_iso_transfer()
539 if (ip == NULL) in usbtv_stop()
541 usb_kill_urb(ip); in usbtv_stop()
543 usb_free_urb(ip); in usbtv_stop()
580 struct urb *ip; in usbtv_start() local
[all …]

1...<<11121314151617181920>>...82