Home
last modified time | relevance | path

Searched refs:ip (Results 426 – 450 of 2033) sorted by relevance

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

/openbmc/linux/arch/arm/mm/
H A Dproc-arm920.S76 mov ip, #0
78 mcr p15, 0, ip, c7, c10, 4 @ drain WB
83 bic ip, ip, #0x000f @ ............wcam
84 bic ip, ip, #0x1100 @ ...i...s........
128 mov ip, #0
139 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
153 mov ip, #0
335 mov ip, #0
341 @ && Uses registers r1, r3 and ip
352 mcr p15, 0, ip, c7, c10, 4 @ drain WB
[all …]
H A Dproc-arm925.S100 mov ip, #0xff000000
101 orr ip, ip, #0x00fe0000
102 orr ip, ip, #0x0000ce00
104 strh r4, [ip, #0x10]
108 mov ip, #0
110 mcr p15, 0, ip, c7, c10, 4 @ drain WB
115 bic ip, ip, #0x000f @ ............wcam
116 bic ip, ip, #0x1100 @ ...i...s........
163 mov ip, #0
190 mov ip, #0
[all …]
H A Dproc-arm926.S68 mov ip, #0
70 mcr p15, 0, ip, c7, c10, 4 @ drain WB
75 bic ip, ip, #0x000f @ ............wcam
76 bic ip, ip, #0x1100 @ ...i...s........
94 orr ip, r3, #PSR_F_BIT @ is disabled
95 msr cpsr_c, ip
129 mov ip, #0
153 mov ip, #0
356 mov ip, #0
365 mcr p15, 0, ip, c7, c10, 4 @ drain WB
[all …]
H A Dproc-arm940.S49 mov ip, #0
52 mcr p15, 0, ip, c7, c10, 4 @ drain WB
54 bic ip, ip, #0x00000005 @ .............c.p
55 bic ip, ip, #0x00001000 @ i-cache
106 mov ip, #0
181 mov ip, #0
189 mcr p15, 0, ip, c7, c10, 4 @ drain WB
203 mov ip, #0
213 mcr p15, 0, ip, c7, c10, 4 @ drain WB
226 mov ip, #0
[all …]
H A Dproc-arm922.S78 mov ip, #0
80 mcr p15, 0, ip, c7, c10, 4 @ drain WB
85 bic ip, ip, #0x000f @ ............wcam
86 bic ip, ip, #0x1100 @ ...i...s........
130 mov ip, #0
141 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
155 mov ip, #0
167 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
339 mov ip, #0
345 @ && Uses registers r1, r3 and ip
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dnetdevice.sh21 ip link show "$netdev" |grep -q UP
27 ip link set "$netdev" up
51 ip link set dev $netdev address "$MACADDR"
55 ip link show $netdev |grep -q "$MACADDR"
64 ip address show "$netdev" |grep '^[[:space:]]*inet'
146 ip link set "$netdev" down
186 ip link show 2>/dev/null >/dev/null
198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut…
H A Dsetup_veth.sh10 [[ -e /var/run/netns/"${ns_name}" ]] || ip netns add "${ns_name}"
12 ip link set dev "${ns_dev}" netns "${ns_name}" mtu 65535
13 ip -netns "${ns_name}" link set dev "${ns_dev}" up
15 ip netns exec "${ns_name}" ethtool -K "${ns_dev}" gro on tso off
20 ip link add name server type veth peer name client
30 [[ -e /var/run/netns/"${ns_name}" ]] && ip netns del "${ns_name}"
/openbmc/linux/arch/loongarch/include/asm/
H A Dinst.h405 ip->reg1i20_format.opcode <= pcaddu18i_op; in is_pc_ins()
411 ip->reg1i21_format.opcode <= bgeu_op; in is_branch_ins()
434 switch (ip->reg0i26_format.opcode) { in is_self_loop_ins()
437 if (ip->reg0i26_format.immediate_l == 0 in is_self_loop_ins()
438 && ip->reg0i26_format.immediate_h == 0) in is_self_loop_ins()
442 switch (ip->reg1i21_format.opcode) { in is_self_loop_ins()
446 if (ip->reg1i21_format.immediate_l == 0 in is_self_loop_ins()
451 switch (ip->reg2i16_format.opcode) { in is_self_loop_ins()
458 if (ip->reg2i16_format.immediate == 0) in is_self_loop_ins()
462 if (regs->regs[ip->reg2i16_format.rj] + in is_self_loop_ins()
[all …]
/openbmc/linux/fs/freevxfs/
H A Dvxfs_lookup.c59 u_long bsize = ip->i_sb->s_blocksize; in vxfs_find_entry()
62 loff_t limit = VXFS_DIRROUND(ip->i_size); in vxfs_find_entry()
65 struct vxfs_sb_info *sbi = VXFS_SBI(ip->i_sb); in vxfs_find_entry()
72 pp = vxfs_get_page(ip->i_mapping, pos >> PAGE_SHIFT); in vxfs_find_entry()
165 struct inode *ip = NULL; in vxfs_lookup() local
173 ip = vxfs_iget(dip->i_sb, ino); in vxfs_lookup()
174 return d_splice_alias(ip, dp); in vxfs_lookup()
193 struct inode *ip = file_inode(fp); in vxfs_readdir() local
194 struct super_block *sbp = ip->i_sb; in vxfs_readdir()
210 limit = VXFS_DIRROUND(ip->i_size); in vxfs_readdir()
[all …]
H A Dvxfs.h221 #define VXFS_IS_TYPE(ip,type) (((ip)->vii_mode & VXFS_TYPE_MASK) == (type)) argument
245 #define VXFS_IS_ORG(ip,org) ((ip)->vii_orgtype == (org)) argument
246 #define VXFS_ISNONE(ip) VXFS_IS_ORG((ip), VXFS_ORG_NONE) argument
247 #define VXFS_ISEXT4(ip) VXFS_IS_ORG((ip), VXFS_ORG_EXT4) argument
248 #define VXFS_ISIMMED(ip) VXFS_IS_ORG((ip), VXFS_ORG_IMMED) argument
249 #define VXFS_ISTYPED(ip) VXFS_IS_ORG((ip), VXFS_ORG_TYPED) argument
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_multicast.c25 if (ip->sa.sa_family == AF_INET) { in vxlan_igmp_join()
28 .imr_multiaddr.s_addr = ip->sin.sin_addr.s_addr, in vxlan_igmp_join()
43 &ip->sin6.sin6_addr); in vxlan_igmp_join()
59 if (ip->sa.sa_family == AF_INET) { in vxlan_igmp_leave()
62 .imr_multiaddr.s_addr = ip->sin.sin_addr.s_addr, in vxlan_igmp_leave()
77 &ip->sin6.sin6_addr); in vxlan_igmp_leave()
91 if (!vxlan_addr_equal(rip, ip)) in vxlan_group_used_match()
101 union vxlan_addr *ip, int ifindex) in vxlan_group_used_by_vnifilter() argument
106 if (vxlan_group_used_match(ip, ifindex, in vxlan_group_used_by_vnifilter()
115 if (vxlan_group_used_match(ip, ifindex, in vxlan_group_used_by_vnifilter()
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c117 union loongarch_instruction *ip, *ip_end; in unwind_by_prologue() local
140 ip = (union loongarch_instruction *)(pc - offset); in unwind_by_prologue()
143 while (ip < ip_end) { in unwind_by_prologue()
144 if (is_stack_alloc_ins(ip)) { in unwind_by_prologue()
146 ip++; in unwind_by_prologue()
149 ip++; in unwind_by_prologue()
163 while (ip < ip_end) { in unwind_by_prologue()
164 if (is_ra_save_ins(ip)) { in unwind_by_prologue()
165 frame_ra = ip->reg2i12_format.immediate; in unwind_by_prologue()
168 if (is_branch_ins(ip)) in unwind_by_prologue()
[all …]
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_queue.c17 struct rxe_mmap_info *ip = NULL; in do_mmap_info() local
20 ip = rxe_create_mmap_info(rxe, buf_size, udata, buf); in do_mmap_info()
21 if (IS_ERR(ip)) { in do_mmap_info()
22 err = PTR_ERR(ip); in do_mmap_info()
26 if (copy_to_user(outbuf, &ip->info, sizeof(ip->info))) { in do_mmap_info()
32 list_add(&ip->pending_mmaps, &rxe->pending_mmaps); in do_mmap_info()
36 *ip_p = ip; in do_mmap_info()
41 kfree(ip); in do_mmap_info()
163 new_q->buf_size, &new_q->ip); in rxe_queue_resize()
195 if (q->ip) in rxe_queue_cleanup()
[all …]
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_l2_cache.h9 int lima_l2_cache_resume(struct lima_ip *ip);
10 void lima_l2_cache_suspend(struct lima_ip *ip);
11 int lima_l2_cache_init(struct lima_ip *ip);
12 void lima_l2_cache_fini(struct lima_ip *ip);
14 int lima_l2_cache_flush(struct lima_ip *ip);
H A Dlima_dlbu.h13 void lima_dlbu_set_reg(struct lima_ip *ip, u32 *reg);
15 int lima_dlbu_resume(struct lima_ip *ip);
16 void lima_dlbu_suspend(struct lima_ip *ip);
17 int lima_dlbu_init(struct lima_ip *ip);
18 void lima_dlbu_fini(struct lima_ip *ip);
/openbmc/linux/fs/xfs/scrub/
H A Dparent.c57 if (sc->ip->i_ino == ino) in xchk_parent_actor()
110 if (sc->ip == mp->m_rootip) { in xchk_parent_validate()
111 if (sc->ip->i_ino != mp->m_sb.sb_rootino || in xchk_parent_validate()
112 sc->ip->i_ino != parent_ino) in xchk_parent_validate()
118 if (sc->ip->i_ino == parent_ino) { in xchk_parent_validate()
127 expected_nlink = VFS_I(sc->ip)->i_nlink == 0 ? 0 : 1; in xchk_parent_validate()
146 if (dp == sc->ip || !S_ISDIR(VFS_I(dp)->i_mode)) { in xchk_parent_validate()
191 if (!S_ISDIR(VFS_I(sc->ip)->i_mode)) in xchk_parent()
195 if (!xfs_verify_dir_ino(mp, sc->ip->i_ino)) { in xchk_parent()
205 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xchk_parent()
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c118 u32 ip; in bitmap_ip_kadt() local
121 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_kadt()
124 e.id = ip_to_id(map, ip); in bitmap_ip_kadt()
135 u32 ip = 0, ip_to = 0; in bitmap_ip_uadt() local
154 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_uadt()
158 e.id = ip_to_id(map, ip); in bitmap_ip_uadt()
166 if (ip > ip_to) { in bitmap_ip_uadt()
167 swap(ip, ip_to); in bitmap_ip_uadt()
168 if (ip < map->first_ip) in bitmap_ip_uadt()
178 ip_to = ip; in bitmap_ip_uadt()
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dpedit_l4port.sh59 ip link add name br1 up type bridge vlan_filtering 1
60 ip link set dev $swp1 master br1
61 ip link set dev $swp1 up
62 ip link set dev $swp2 master br1
63 ip link set dev $swp2 up
74 ip link set dev $swp2 down
75 ip link set dev $swp2 nomaster
76 ip link set dev $swp1 down
77 ip link set dev $swp1 nomaster
78 ip link del dev br1
[all …]
H A Dethtool_extended_state.sh51 ip link set dev $swp1 up
59 ip link set dev $swp1 down
68 ip link set dev $swp1 up
69 ip link set dev $swp2 up
91 ip link set dev $swp2 down
92 ip link set dev $swp1 down
101 ip link set dev $swp3 up
108 ip link set dev $swp3 down
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Ddev_addr_lists.sh28 ip link del "$ifname" &>/dev/null
62 ip link add dummy1 type dummy
63 ip link add bond1 "$init_state" type bond mode 802.3ad
64 ip link set dev dummy1 master bond1
66 ip link set dev bond1 up
72 ip link set dev bond1 down
77 ip link set dev bond1 up
/openbmc/linux/tools/testing/selftests/x86/
H A Dsysret_rip.c104 static void test_sigreturn_to(unsigned long ip) in test_sigreturn_to() argument
106 rip = ip; in test_sigreturn_to()
107 printf("[RUN]\tsigreturn to 0x%lx\n", ip); in test_sigreturn_to()
127 static void test_syscall_fallthrough_to(unsigned long ip) in test_syscall_fallthrough_to() argument
129 void *new_address = (void *)(ip - 4096); in test_syscall_fallthrough_to()
132 printf("[RUN]\tTrying a SYSCALL that falls through to 0x%lx\n", ip); in test_syscall_fallthrough_to()
137 if (ip <= (1UL << 47) - PAGE_SIZE) { in test_syscall_fallthrough_to()
150 rip = ip; in test_syscall_fallthrough_to()
154 [syscall_insn] "rm" (ip - 2)); in test_syscall_fallthrough_to()
/openbmc/linux/arch/arm/lib/
H A Dio-writesb.S30 .Loutsb_align: rsb ip, ip, #4
31 cmp ip, r2
32 movgt ip, r2
33 cmp ip, #2
40 subs r2, r2, ip
46 ands ip, r1, #3
55 .Loutsb_16_lp: ldmia r1!, {r3, r4, r5, ip}
59 outword ip
H A Dputuser.S33 check_uaccess r0, 1, r1, ip, __put_user_bad
40 check_uaccess r0, 2, r1, ip, __put_user_bad
47 mov ip, r2, lsr #8
50 3: TUSER(strb) ip, [r0]
52 2: TUSER(strb) ip, [r0], #1
62 check_uaccess r0, 4, r1, ip, __put_user_bad
69 check_uaccess r0, 8, r1, ip, __put_user_bad
/openbmc/linux/samples/bpf/
H A Dtest_probe_write_user_user.c21 char *ip; in main() local
72 ip = inet_ntoa(serv_addr_in->sin_addr); in main()
73 printf("Server bound to: %s:%d\n", ip, ntohs(serv_addr_in->sin_port)); in main()
84 ip = inet_ntoa(mapped_addr_in->sin_addr); in main()
86 ip, ntohs(mapped_addr_in->sin_port)); in main()
90 ip = inet_ntoa(tmp_addr_in->sin_addr); in main()
93 ip, ntohs(tmp_addr_in->sin_port)); in main()
97 ip = inet_ntoa(tmp_addr_in->sin_addr); in main()
99 ip, ntohs(tmp_addr_in->sin_port)); in main()
/openbmc/linux/drivers/net/wireguard/
H A Dratelimiter.c27 u64 last_time_ns, tokens, ip; member
93 u64 ip; in wg_ratelimiter_allow() local
96 ip = (u64 __force)ip_hdr(skb)->saddr; in wg_ratelimiter_allow()
97 bucket = &table_v4[hsiphash_2u32(net_word, ip, &key) & in wg_ratelimiter_allow()
103 memcpy(&ip, &ipv6_hdr(skb)->saddr, sizeof(ip)); in wg_ratelimiter_allow()
104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) & in wg_ratelimiter_allow()
112 if (entry->net == net && entry->ip == ip) { in wg_ratelimiter_allow()
143 entry->ip = ip; in wg_ratelimiter_allow()

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