/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | nonsec_virt.S | 55 push {r0, r1, r2, ip} 57 pop {r0, r1, r2, ip} 98 mov lr, ip 99 mov ip, #(F_BIT | I_BIT | A_BIT) @ Set A, I and F 101 orrne ip, ip, #T_BIT @ Set T if Thumb 102 orr ip, ip, r6 @ Slot target mode in 103 msr spsr_cxfs, ip @ Set full SPSR 107 mov ip, r0
|
/openbmc/linux/kernel/trace/ |
H A D | trace_entries.h | 64 __field_fn( unsigned long, ip ) 69 (void *)__entry->ip, (void *)__entry->parent_ip), 231 __field( unsigned long, ip ) 237 (void *)__entry->ip, __entry->fmt) 245 __field( unsigned long, ip ) 250 (void *)__entry->ip, __entry->buf), 273 __field( unsigned long, ip ) 278 (void *)__entry->ip, __entry->str) 376 __field( unsigned long, ip ) 384 (void *)__entry->ip,
|
H A D | trace_printk.c | 200 int __trace_bprintk(unsigned long ip, const char *fmt, ...) in __trace_bprintk() argument 212 ret = trace_vbprintk(ip, fmt, ap); in __trace_bprintk() 218 int __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap) in __ftrace_vbprintk() argument 226 return trace_vbprintk(ip, fmt, ap); in __ftrace_vbprintk() 230 int __trace_printk(unsigned long ip, const char *fmt, ...) in __trace_printk() argument 239 ret = trace_vprintk(ip, fmt, ap); in __trace_printk() 245 int __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap) in __ftrace_vprintk() argument 250 return trace_vprintk(ip, fmt, ap); in __ftrace_vprintk()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_l2tp.c | 263 const struct ipt_ip *ip = &e->ip; in l2tp_mt_check4() local 270 if ((ip->proto != IPPROTO_UDP) && in l2tp_mt_check4() 271 (ip->proto != IPPROTO_L2TP)) { in l2tp_mt_check4() 276 if ((ip->proto == IPPROTO_L2TP) && in l2tp_mt_check4() 290 const struct ip6t_ip6 *ip = &e->ipv6; in l2tp_mt_check6() local 297 if ((ip->proto != IPPROTO_UDP) && in l2tp_mt_check6() 298 (ip->proto != IPPROTO_L2TP)) { in l2tp_mt_check6() 303 if ((ip->proto == IPPROTO_L2TP) && in l2tp_mt_check6()
|
H A D | xt_multiport.c | 127 const struct ipt_ip *ip = par->entryinfo; in multiport_mt_check() local 130 return check(ip->proto, ip->invflags, multiinfo->flags, in multiport_mt_check() 136 const struct ip6t_ip6 *ip = par->entryinfo; in multiport_mt6_check() local 139 return check(ip->proto, ip->invflags, multiinfo->flags, in multiport_mt6_check()
|
/openbmc/linux/lib/ |
H A D | test_fprobe.c | 41 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler() argument 47 if (ip != target_ip) in fp_entry_handler() 48 KUNIT_EXPECT_EQ(current_test, ip, target2_ip); in fp_entry_handler() 60 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler() argument 67 if (ip != target_ip) { in fp_exit_handler() 68 KUNIT_EXPECT_EQ(current_test, ip, target2_ip); in fp_exit_handler() 82 static notrace int nest_entry_handler(struct fprobe *fp, unsigned long ip, in nest_entry_handler() argument 90 static notrace void nest_exit_handler(struct fprobe *fp, unsigned long ip, in nest_exit_handler() argument 95 KUNIT_EXPECT_EQ(current_test, ip, target_nest_ip); in nest_exit_handler()
|
/openbmc/u-boot/tools/ |
H A D | jtagconsole | 27 ip=${1:-localhost} 30 if [ -z "${ip}" ] || [ -n "$3" ] ; then 38 nc ${ip} ${port}
|
/openbmc/linux/arch/arm/lib/ |
H A D | bswapsdi2.S | 27 mov ip, r1 28 eor r3, ip, ip, ror #16 35 eor r0, r3, ip, ror #8
|
/openbmc/linux/arch/arm/mm/ |
H A D | abort-ev6.S | 28 ldr ip, =0x4107b36 30 teq ip, r3, lsr #4 @ r0 ARM1136? 39 teq_ldrd tmp=ip, insn=r3 @ insn was LDRD? 44 1: uaccess_disable ip @ disable userspace access
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | ftrace.c | 6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() argument 17 bit = ftrace_test_recursion_trylock(ip, parent_ip); in kprobe_ftrace_handler() 21 p = get_kprobe((kprobe_opcode_t *)ip); in kprobe_ftrace_handler() 32 instruction_pointer_set(regs, ip); in kprobe_ftrace_handler()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | uldivmod.S | 49 orrs ip, A_1, B_1 60 clzeq ip, A_0 61 addeq D_0, D_0, ip 65 clzeq ip, B_0 66 addeq D_1, D_1, ip 72 rsb ip, D_0, #32 74 ARM( orrmi B_1, B_1, B_0, lsr ip ) 75 THUMB( lsrmi TMP, B_0, ip ) 82 THUMB( lsrmi TMP, C_0, ip ) 138 orrs ip, A_1, A_0 [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_qm_syscalls.c | 58 struct xfs_inode *ip; in xfs_qm_scall_trunc_qfile() local 65 error = xfs_iget(mp, NULL, ino, 0, 0, &ip); in xfs_qm_scall_trunc_qfile() 69 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_qm_scall_trunc_qfile() 73 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_qm_scall_trunc_qfile() 77 xfs_ilock(ip, XFS_ILOCK_EXCL); in xfs_qm_scall_trunc_qfile() 78 xfs_trans_ijoin(tp, ip, 0); in xfs_qm_scall_trunc_qfile() 80 ip->i_disk_size = 0; in xfs_qm_scall_trunc_qfile() 81 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); in xfs_qm_scall_trunc_qfile() 89 ASSERT(ip->i_df.if_nextents == 0); in xfs_qm_scall_trunc_qfile() 95 xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_qm_scall_trunc_qfile() [all …]
|
/openbmc/linux/lib/zstd/decompress/ |
H A D | zstd_decompress.c | 706 ip += zfh.headerSize; in ZSTD_findFrameSizeInfo() 730 ip += 4; in ZSTD_findFrameSizeInfo() 836 const BYTE* ip = istart; in ZSTD_decompressFrame() local 867 ip += ZSTD_blockHeaderSize; in ZSTD_decompressFrame() 871 if (ip >= op && ip < oBlockEnd) { in ZSTD_decompressFrame() 910 assert(ip != NULL); in ZSTD_decompressFrame() 911 ip += cBlockSize; in ZSTD_decompressFrame() 928 ip += 4; in ZSTD_decompressFrame() 933 *srcPtr = ip; in ZSTD_decompressFrame() 1883 const char* ip = istart; in ZSTD_decompressStream() local [all …]
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | libperf-sampling.txt | 23 cpu 0, pid 0, tid 0, ip ffffffffad06c4e6, period 1 24 cpu 0, pid 4465, tid 4469, ip ffffffffad118748, period 18322959 25 cpu 0, pid 0, tid 0, ip ffffffffad115722, period 33544846 26 cpu 0, pid 4465, tid 4470, ip 7f84fe0cdad6, period 23687474 27 cpu 0, pid 0, tid 0, ip ffffffffad9e0349, period 34255790 28 cpu 0, pid 4465, tid 4469, ip ffffffffad136581, period 38664069 29 cpu 0, pid 0, tid 0, ip ffffffffad9e55e2, period 21922384 30 cpu 0, pid 4465, tid 4470, ip 7f84fe0ebebf, period 17655175 193 86 __u64 ip, period, *array; 198 91 ip = *array; [all …]
|
/openbmc/linux/fs/gfs2/ |
H A D | util.c | 58 struct gfs2_inode *ip; in check_journal_clean() local 60 ip = GFS2_I(jd->jd_inode); in check_journal_clean() 122 struct gfs2_inode *ip; in signal_our_withdraw() local 133 ip = GFS2_I(inode); in signal_our_withdraw() 134 i_gl = ip->i_gl; in signal_our_withdraw() 135 no_formal_ino = ip->i_no_formal_ino; in signal_our_withdraw() 443 void gfs2_consist_inode_i(struct gfs2_inode *ip, in gfs2_consist_inode_i() argument 446 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_consist_inode_i() 452 (unsigned long long)ip->i_no_formal_ino, in gfs2_consist_inode_i() 453 (unsigned long long)ip->i_no_addr, in gfs2_consist_inode_i() [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 141 regs->ip, regs->sp, error_code); in show_signal() 142 print_vma_addr(KERN_CONT " in ", regs->ip); in show_signal() 224 if (!is_valid_bugaddr(regs->ip)) in handle_bug() 239 regs->ip += LEN_UD2; in handle_bug() 390 gpregs->ip = p[0]; in DEFINE_IDTENTRY_DF() 535 unsigned long ip; in fixup_iopl_exception() local 540 if (insn_get_effective_ip(regs, &ip)) in fixup_iopl_exception() 543 if (get_user(byte, (const char __user *)ip)) in fixup_iopl_exception() 552 print_vma_addr(KERN_CONT " in ", ip); in fixup_iopl_exception() 557 regs->ip += 1; in fixup_iopl_exception() [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | kprobes.c | 225 unsigned long ip) in enable_singlestep() argument 231 per_kprobe.start = ip; in enable_singlestep() 232 per_kprobe.end = ip; in enable_singlestep() 243 regs->psw.addr = ip; in enable_singlestep() 249 unsigned long ip) in disable_singlestep() argument 255 regs->psw.addr = ip; in disable_singlestep() 376 unsigned long ip = regs->psw.addr; in resume_execution() local 380 ip += (unsigned long) p->addr - (unsigned long) p->ainsn.insn; in resume_execution() 384 if (ip - (unsigned long) p->ainsn.insn == ilen) in resume_execution() 385 ip = (unsigned long) p->addr + ilen; in resume_execution() [all …]
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_arg_fault.c | 73 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigtrap() local 75 if (*ip == 0x340f || *ip == 0x050f) { in sigtrap() 90 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigill() local 92 if (*ip == 0x0b0f) { in sigill()
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink_in_netns.sh | 32 ip -n $NETNS_NAME link show $netdev_name &> /dev/null 52 ip netns add $NETNS_NAME 53 ip netns exec $NETNS_NAME \ 62 ip netns del $NETNS_NAME
|
/openbmc/u-boot/net/ |
H A D | wol.c | 41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive() argument 45 wol = (struct wol_hdr *)ip; in wol_receive() 56 struct in_addr *ip = (struct in_addr *)(wol->wol_passwd); in wol_receive() local 58 ip_to_string(*ip, buffer); in wol_receive()
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-dhcp-term.sh | 26 ip="${addr%/*}" 27 ip_to_bytes ip_bytes "$ip" || continue 36 echo "Trying reachability from $ip" >&2 38 ping -I "$ip" -c 1 -W 1 2001:4860:4860::8888 >/dev/null 2>&1 && break 3
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_extent.h | 9 #define INOHINT(ip) \ argument 10 (addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 94 ip link add dev br up type bridge 95 ip link set dev $swp1 up master br 96 ip link set dev $swp2 up master br 97 ip link set dev $swp3 up master br 105 ip link add name _drop_test up type dummy 110 ip link del dev _drop_test 117 ip link set dev $swp3 down nomaster 118 ip link set dev $swp2 down nomaster 119 ip link set dev $swp1 down nomaster 120 ip link del dev br
|
H A D | bridge_mdb_max.sh | 72 ip link set dev br0 up 75 ip link set dev $swp1 up 79 ip link set dev $swp2 up 93 ip link set dev br0 up 96 ip link set dev $swp1 up 102 ip link set dev $swp2 up 118 ip link set dev $swp2 down 119 ip link set dev $swp2 nomaster 121 ip link set dev $swp1 down 124 ip link set dev br0 down [all …]
|
/openbmc/linux/kernel/kcsan/ |
H A D | core.c | 224 scoped_access->type, scoped_access->ip); in kcsan_check_scoped_accesses() 402 int type, unsigned long ip) in find_reorder_access() argument 414 reorder_access->type == type && reorder_access->ip == ip; in find_reorder_access() 419 int type, unsigned long ip) in set_reorder_access() argument 436 reorder_access->ip = ip; in set_reorder_access() 458 unsigned long ip, in kcsan_found_watchpoint() argument 678 kcsan_report_known_origin(ptr, size, type, ip, in kcsan_setup_watchpoint() 713 set_reorder_access(ctx, ptr, size, type, ip); in kcsan_setup_watchpoint() 753 kcsan_setup_watchpoint(ptr, size, type, ip); in check_access() 767 ip = reorder_access->ip; in check_access() [all …]
|