Searched refs:printf (Results 151 - 175 of 1028) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S126 printf PREGISTER,"{d0->%08x}",1,%d0
131 printf PREGISTER,"{d1->%08x}",1,%d0
136 printf PREGISTER,"{d2->%08x}",1,%d0
141 printf PREGISTER,"{d3->%08x}",1,%d0
146 printf PREGISTER,"{d4->%08x}",1,%d0
151 printf PREGISTER,"{d5->%08x}",1,%d0
156 printf PREGISTER,"{d6->%08x}",1,%d0
161 printf PREGISTER,"{d7->%08x}",1,%d0
175 printf PREGISTER,"{d0<-%08x}",1,%d0
180 printf PREGISTE
[all...]
/linux-master/tools/testing/radix-tree/linux/
H A Dradix-tree.h14 printf("Delaying free of %p to slab\n", (char *)head -
21 printf(fmt, ##__VA_ARGS__)
/linux-master/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.awk34 printf "{{"
38 printf "0x%s, ", $i
44 printf "}, %d, %s, \"%s\", \"%s\",", len, rel, op, branch
45 printf "\n\"%s\",},\n", useful_line
/linux-master/tools/pcmcia/
H A Dcrc32hash.c27 printf("no string passed as argument\n");
31 printf("0x%x\n", result);
/linux-master/arch/powerpc/tools/
H A Dunrel_branch_check.sh60 printf -v to '0x%x' $(( "0x$from" + to ))
62 *) printf 'Unkown branch format\n'
70 printf '%s\n' 'WARNING: Unrelocated relative branches'
73 printf '%s %s-> %s %s\n' "$from" "$branch" "$to" "$sym"
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_bpf_loop.sh13 printf "\n"
/linux-master/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c35 printf("%s: [skip,no-udmabuf: Unable to access DMA buffer device file]\n",
42 printf("%s: [skip,no-memfd]\n", TEST_PREFIX);
48 printf("%s: [skip,fcntl-add-seals]\n", TEST_PREFIX);
56 printf("%s: [FAIL,memfd-truncate]\n", TEST_PREFIX);
68 printf("%s: [FAIL,test-1]\n", TEST_PREFIX);
78 printf("%s: [FAIL,test-2]\n", TEST_PREFIX);
88 printf("%s: [FAIL,test-3]\n", TEST_PREFIX);
98 printf("%s: [FAIL,test-4]\n", TEST_PREFIX);
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drename_exchange.c17 printf("Usage: %s [oldpath] [newpath]\n", program);
18 printf("Atomically exchange oldpath and newpath\n");
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.h12 printf("%s(%d):FAIL:%s ", __func__, __LINE__, tag); \
13 printf(format); \
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c164 printf("[RUN]\tARCH_SET_GS to 0x%lx\n", value);
171 printf("[OK]\tGSBASE was set as expected (selector 0x%hx)\n",
175 printf("[FAIL]\tGSBASE was not as expected: got 0x%lx (selector 0x%hx)\n",
182 printf("[OK]\tARCH_GET_GS worked as expected (selector 0x%hx)\n",
186 printf("[FAIL]\tARCH_GET_GS was not as expected: got 0x%lx (selector 0x%hx)\n",
195 printf("[RUN]\tARCH_SET_GS to 0x%lx then mov 0 to %%gs%s\n", initial_base, schedule ? " and schedule " : "");
207 printf("[OK]\tGSBASE is 0x%lx\n", base);
210 printf("[FAIL]\tGSBASE changed to 0x%lx but kernel reports 0x%lx\n", base, arch_base);
241 printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n",
271 printf("\tusin
[all...]
H A Dcheck_initial_reg_state.c59 printf("[FAIL]\tTest was built incorrectly\n");
68 printf("[FAIL]\tAll GPRs except SP should be 0\n");
69 #define SHOW(x) printf("\t" #x " = 0x%lx\n", x);
90 printf("[OK]\tAll GPRs except SP are 0\n");
94 printf("[FAIL]\tFLAGS is 0x%lx, but it should be 0x202\n", flags);
97 printf("[OK]\tFLAGS is 0x202\n");
H A Dcorrupt_xstate_header.c51 printf("\tWreck XSTATE header\n");
58 printf("\tGot SIGSEGV\n");
69 printf("[SKIP] CR4.OSXSAVE disabled.\n");
82 printf("[RUN]\tSend ourselves a signal\n");
85 printf("[OK]\tBack from the signal. Now schedule.\n");
93 printf("[OK]\tBack in the main thread.\n");
H A Dmov_ss_trap.c88 printf("\tDR0 = %lx, DR1 = %lx, DR7 = %lx\n", dr0, dr1, dr7);
120 printf("\tGot SIGTRAP with RIP=%lx, EFLAGS.RF=%d\n",
129 printf("\tGot %s with RIP=%lx\n", signames[sig],
137 printf("\tGot %s with RIP=%lx\n", signames[sig],
148 printf("\tSS = 0x%hx, &SS = 0x%p\n", ss, &ss);
151 printf("\tPR_SET_PTRACER_ANY succeeded\n");
153 printf("\tSet up a watchpoint\n");
157 printf("[RUN]\tRead from watched memory (should get SIGTRAP)\n");
160 printf("[RUN]\tMOV SS; INT3\n");
163 printf("[RU
[all...]
H A Dentry_from_vm86.c60 printf("[FAIL]\tSignal frame should not reflect vm86 mode\n");
72 printf("[INFO]\t%s: FLAGS = 0x%lx, CS = 0x%hx\n", signame,
140 printf("[RUN]\t%s from vm86 mode\n", text);
145 printf("[SKIP]\tvm86 %s\n",
162 printf("[INFO]\tExited vm86 mode due to #%s\n", trapname);
164 printf("[INFO]\tExited vm86 mode due to unhandled GP fault\n");
166 printf("[INFO]\tExited vm86 mode due to a trap (arg=%ld)\n",
169 printf("[INFO]\tExited vm86 mode due to a signal\n");
171 printf("[INFO]\tExited vm86 mode due to STI\n");
173 printf("[INF
[all...]
H A Dunwind_vdso.c21 printf("[SKIP]\tGLIBC before 2.16 cannot compile this test\n");
79 printf("\t 0x%lx\n", ip);
96 printf("[%s]\t NR = %ld, args = %ld, %ld, %ld, %ld, %ld, %ld\n",
119 printf("\tIn vsyscall at 0x%lx, returning to 0x%lx\n",
128 printf("\tVsyscall is done\n");
132 printf("\tSIGTRAP at 0x%lx\n", ip);
142 printf("\tAT_SYSINFO is 0x%lx\n", sysinfo);
146 printf("[WARN]\tdladdr failed on AT_SYSINFO\n");
148 printf("[OK]\tAT_SYSINFO maps to %s, loaded at 0x%p\n",
155 printf("[RU
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c38 printf("Error: couldn't mmap(), confirm kernel has 4TB support?\n");
42 printf("parent writing %p = 1\n", p);
52 printf("child writing %p = %d\n", p, pid);
68 printf("parent reading %p = %d\n", p, *p);
70 printf("Error: BUG! parent saw child's write! *p = %d\n", *p);
79 printf("success: test completed OK\n");
/linux-master/tools/power/cpupower/utils/
H A Dcpupower-info.c25 printf(_("invalid or unknown argument\n"));
81 printf(_("Intel's performance bias setting needs root privileges\n"));
83 printf(_("System does not support Intel's performance"
96 printf(_("analyzing CPU %d:\n"), cpu);
99 printf(_(" *is offline\n"));
110 printf(_("perf-bias: %d\n"), ret);
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dprobepoint.tc9 printf "%d" "0x"`echo $1 | tail -c 8`
19 OVERFLOW=+`printf "0x%x" ${PREV}` # overflow offset to previous symbol
27 # printf "%x" -1 returns (unsigned long)-1.
28 if [ `printf "%x" -1 | wc -c` != 9 ]; then
/linux-master/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c94 printf("snprintf failed!\n");
100 printf("open %s failed!\n", buf);
154 printf(" Testing allocation and importing: ");
157 printf("FAIL (Allocation Failed!)\n");
169 printf("FAIL (mmap() failed)\n");
182 printf("(Could not open vgem - skipping): ");
186 printf("FAIL (Failed to import buffer)\n");
193 printf("FAIL (DMA_BUF_SYNC_START failed!)\n");
200 printf("FAIL (DMA_BUF_SYNC_END failed!)\n");
206 printf(" O
[all...]
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c56 printf("snprintf(%d) failed on %m\n", fd);
65 printf("readlink(%s) failed %m\n", buf1);
78 printf("memfd_create(\"%s\", %u) failed: %m\n",
85 printf("ftruncate(%llu) failed: %m\n", (unsigned long long)sz);
97 printf("open sysctl failed: %m\n");
102 printf("write sysctl %s failed: %m\n", val);
112 printf("open sysctl failed: %m\n");
117 printf("write sysctl %s succeeded, but failure expected\n",
129 printf("open sysctl failed: %m\n");
134 printf("rea
[all...]
/linux-master/tools/wmi/
H A Ddell-smbios-example.c34 printf("Call: %x/%x [%x,%x,%x,%x]\nResults: [%8x,%8x,%8x,%8x]\n",
63 printf("sprintf value failed\n");
68 printf("failed to open %s\n", value_sysfs);
77 printf("sprintf location failed\n");
82 printf("failed to open %s\n", location_sysfs);
117 printf("unable to find token %04x\n", token);
132 printf("unable to find token %04x\n", token);
163 printf("Unable to read buffer size\n");
166 printf("Detected required buffer size %lld\n", value);
170 printf("faile
[all...]
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vsx.c113 printf("VSX%d (1st context) == 0x", VSX20 + i);
115 printf("%02x", vsx[j]);
116 printf(" instead of 0x");
118 printf("%08x", vsxs[i][j]);
119 printf(" (expected)\n");
137 printf("VSX%d (2nd context) == 0x", VSX20 + i);
139 printf("%02x", vsx_tm[j]);
140 printf(" instead of 0x");
142 printf("%08x", vsxs[NV_VSX_REGS + i][j]);
143 printf("(expecte
[all...]
H A Dtm-signal-context-chk-vmx.c68 printf("VMX%d (1st context) == 0x", VMX20 + i);
71 printf("%08x", ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]);
72 printf(" instead of 0x");
75 printf("%08x", vms[i][j]);
76 printf(" (expected)\n");
86 printf("VMX%d (2nd context) == 0x", NV_VMX_REGS + i);
89 printf("%08x", tm_ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]);
90 printf(" instead of 0x");
93 printf("%08x", vms[NV_VMX_REGS + i][j]);
94 printf(" (expecte
[all...]
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_user.c35 printf("bpf_xdp_query_id failed\n");
41 printf("couldn't find a prog id on a given iface\n");
43 printf("program on interface changed, not removing\n");
73 printf("proto %u: sum:%10llu pkts, rate:%10llu pkts/s\n",
82 printf("Start a XDP prog which encapsulates incoming packets\n"
85 printf("Usage: %s [...]\n", cmd);
86 printf(" -i <ifname|ifindex> Interface\n");
87 printf(" -a <vip-service-address> IPv4 or IPv6\n");
88 printf(" -p <vip-service-port> A port range (e.g. 433-444) is also allowed\n");
89 printf("
[all...]
/linux-master/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c102 printf("sysfs reports: '%s'\n", buf);
140 printf("Error: couldn't determine spectre_v2 mitigation state?\n");
176 printf("Miss percent %lld %%\n", miss_percent);
194 printf("Branch misses > 95%% unexpected in this configuration.\n");
195 printf("Count cache likely disabled without Linux knowing.\n");
197 printf("WARNING: Kernel performing unnecessary flushes.\n");
200 printf("Branch misses > 15%% unexpected in this configuration!\n");
201 printf("Possible mismatch between reported & actual mitigation\n");
209 printf("Branch misses > 25%% unexpected in this configuration!\n");
210 printf("Possibl
[all...]

Completed in 285 milliseconds

1234567891011>>