Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 16 of 16) sorted by relevance

/kvm-unit-tests/lib/
H A Dreport.c58 void report_prefix_push(const char *prefix) in report_prefix_push() argument
60 report_prefix_pushf("%s", prefix); in report_prefix_push()
95 const char *prefix = skip ? "SKIP" in va_report() local
103 printf("%s: ", prefix); in va_report()
H A Dlibcflat.h97 extern void report_prefix_push(const char *prefix);
/kvm-unit-tests/s390x/
H A Dpv-icptcode.c280 static void run_icpt_122_tests_prefix(unsigned long prefix) in run_icpt_122_tests_prefix() argument
284 report_prefix_pushf("0x%lx", prefix); in run_icpt_122_tests_prefix()
286 run_icpt_122_tests(prefix); in run_icpt_122_tests_prefix()
299 ptr = (uint32_t *)prefix; in run_icpt_122_tests_prefix()
301 ptr = (uint32_t *)(prefix + offsetof(struct lowcore, ars_sa[0])); in run_icpt_122_tests_prefix()
304 run_icpt_122_tests(prefix); in run_icpt_122_tests_prefix()
H A Dexittime.c124 unsigned int prefix; in test_stpx() local
128 : [prefix] "=Q" (prefix) in test_stpx()
H A Dsclp.c160 uint32_t prefix, new_prefix; in test_sccb_prefix() local
169 prefix = get_prefix(); in test_sccb_prefix()
174 memcpy(scratch, (void *)(intptr_t)prefix, LC_SIZE); in test_sccb_prefix()
202 set_prefix(prefix); in test_sccb_prefix()
H A Dsmp.c222 while (!status->prefix) { mb(); } in test_store_status()
241 : [prefix] "=Q" (cpu1_prefix) in stpx_and_set_flag()
475 report(!status->prefix, "prefix"); in test_reset_initial()
/kvm-unit-tests/
H A Dconfigure42 prefix=/usr/local
94 --cross-prefix=PREFIX cross compiler prefix
98 --prefix=PREFIX where to install things ($prefix)
159 --prefix)
160 prefix="$arg"
174 --cross-prefix)
489 PREFIX=$prefix
H A DREADME.macOS.md34 --cross-prefix=i686-elf-
42 --cross-prefix=x86_64-elf-
78 --cross-prefix=$X_INSTALL_DIR/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-
H A DREADME22 A cross compiler may be configured by specifying a cross prefix. For example,
25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-
39 --cross-prefix=riscv64-linux-gnu-
218 Please prefix messages with: [kvm-unit-tests PATCH]
H A DREADME.md22 A cross compiler may be configured by specifying a cross prefix. For example,
25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-
39 --cross-prefix=riscv64-linux-gnu-
218 Please prefix messages with: [kvm-unit-tests PATCH]
/kvm-unit-tests/lib/s390x/
H A Dsmp.h20 uint32_t prefix; /* 0x0118 */ member
H A Dsie.c130 vm->sblk->prefix = 0; in sie_guest_create()
/kvm-unit-tests/lib/x86/
H A Ddesc.h153 #define __ASM_TRY(prefix, catch) \ argument
158 prefix "\n\t" \
/kvm-unit-tests/lib/s390x/asm/
H A Dsie-arch.h35 uint32_t prefix : 18; member
/kvm-unit-tests/arm/
H A Dpmu.c1207 static void run_test(const char *name, const char *prefix, in run_test() argument
1211 report_prefix_push(prefix); in run_test()
1222 const char *prefix = overflow_at_64bits ? "64-bit overflows" in run_event_test() local
1225 run_test(name, prefix, test, (void *)overflow_at_64bits); in run_event_test()
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl421 my ($hashRef, $prefix) = @_;
424 print "\nNOTE: $prefix message types:";
2327 my $prefix = '';
2356 $output .= $prefix . $level . ':';
2522 my $prefix = $absolute;
2523 substr($prefix, -length($file)) = '';
2526 if ($prefix ne ".../") {
2787 $prefix = '';
2889 $prefix = "$realfile:$realline: "
2892 $prefix = "$filename:$realline: ";
[all …]