Home
last modified time | relevance | path

Searched full:defined (Results 1 – 25 of 37) sorted by relevance

12

/kvm-unit-tests/lib/
H A Dsetjmp.h11 #if defined(__i386__) || defined(__x86_64__)
13 #elif defined(__riscv)
H A Dstack.c14 #if defined(CONFIG_RELOC) && !defined(HAVE_ARCH_BASE_ADDRESS)
29 #elif !defined(CONFIG_RELOC) && !defined(HAVE_ARCH_BASE_ADDRESS)
H A Dpci-testdev.c188 #if defined(__i386__) || defined(__x86_64__) in pci_testdev()
H A Defi.c206 #if defined(__aarch64__) || defined(__riscv)
H A Drand.c121 * ordering as defined by the specification, that is big endian.
/kvm-unit-tests/lib/arm/asm/
H A Dsysreg.h18 #define CR_L (1 << 6) /* Implementation defined */
22 #define CR_F (1 << 10) /* Implementation defined */
23 #define CR_Z (1 << 11) /* Implementation defined */
H A Dpgtable-hwdef.h41 * AttrIndx[2:0] encoding (mapping attributes defined in the MAIR* registers).
90 * AttrIndx[2:0] encoding (mapping attributes defined in the MAIR* registers).
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl55 $gitroot = ".git" if !defined($gitroot);
178 if (defined($1)) {
453 if (defined $root) {
466 if (!defined $root) {
1004 $$wordsRef .= '|' if (defined $$wordsRef);
1020 if (defined($typedefsfile)) {
1024 $typeTypedefs .= '|' . $typeOtherTypedefs if (defined $typeOtherTypedefs);
1103 return "" if (!defined($string));
1294 next if (!defined($1) || !defined($2));
1306 $allow_c99_comments = !defined $ignore_type{"C99_COMMENT_TOLERANCE"};
[all …]
H A Dkernel-doc159 if (defined($ENV{'KBUILD_BUILD_TIMESTAMP'}) &&
181 if (defined($ENV{'KBUILD_VERBOSE'}) && $ENV{'KBUILD_VERBOSE'} =~ '1') {
185 if (defined($ENV{'KCFLAGS'})) {
196 if (defined($ENV{'KDOC_WERROR'})) {
351 if (defined($2)) {
356 if (defined($3)) {
436 if (defined($ENV{'KERNELVERSION'})) {
445 if ($enable_lineno && defined($lineno)) {
477 if (defined($sections{$name}) && ($sections{$name} ne "")) {
504 return if (defined($nosymbol_table{$name}));
[all …]
H A Dget_maintainer.pl280 if (defined $self_test) {
356 if (defined $self_test) {
380 if (defined $maintainer_path) {
658 defined $self_test_info[$index] &&
670 while (defined $self_test_info[$nextline] &&
1685 @commit_authors = @{$commit_authors_ref} if defined $commit_authors_ref;
1686 @commit_signers = @{$commit_signers_ref} if defined $commit_signers_ref;
2147 @signers = @{$signers_ref} if defined $signers_ref;
2148 @authors = @{$authors_ref} if defined $authors_ref;
2149 @stats = @{$stats_ref} if defined $stats_ref;
[all …]
/kvm-unit-tests/lib/libfdt/
H A Dlibfdt_env.h73 # if !defined(MAC_OS_X_VERSION_10_7) || (MAC_OS_X_VERSION_MAX_ALLOWED < \
91 #endif /* !defined(MAC_OS_X_VERSION_10_7) || (MAC_OS_X_VERSION_MAX_ALLOWED <
/kvm-unit-tests/lib/linux/
H A Dpsci.h17 * The PSCI v0.1 function numbers are implementation defined.
20 * INVALID_PARAMS, and DENIED defined below are applicable
/kvm-unit-tests/s390x/snippets/asm/
H A Dmacros.S16 * The psw address part is defined via psw_new_addr
/kvm-unit-tests/lib/x86/
H A Dmsr.h258 /* Centaur-Hauls/IDT defined MSRs. */
274 /* VIA Cyrix defined MSRs*/
280 /* Transmeta defined MSRs */
286 /* Intel defined MSRs. */
491 /* Geode defined MSRs */
H A Dsmp.c27 #if defined(__i386__) || defined(CONFIG_EFI)
186 #elif defined(CONFIG_EFI) in setup_rm_gdt()
H A Datomic.h95 #elif defined(__x86_64__)
/kvm-unit-tests/x86/efi/
H A Defistart64.S1 /* Startup code and pre-defined data structures */
/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S203 #if defined(__ELF__) && defined(__linux__)
/kvm-unit-tests/lib/arm64/asm/
H A Dpgtable-hwdef.h91 * AttrIndx[2:0] encoding (mapping attributes defined in the MAIR* registers).
113 * AttrIndx[2:0] encoding (mapping attributes defined in the MAIR* registers).
/kvm-unit-tests/riscv/
H A Dsbi-asm.S100 * a1 is the opaque parameter (here, it's the context array defined in check_susp())
/kvm-unit-tests/docs/
H A Dunittests.txt18 Each unit test is defined with a [unit-test-name] line, followed by
/kvm-unit-tests/s390x/
H A Dtopology.c29 * Topology level as defined by architecture, all levels exists with
193 * MAG field should match the architecture defined containers
220 * defined containers. in stsi_check_header()
/kvm-unit-tests/arm/
H A Dselftest.c108 #if defined(__arm__)
234 #elif defined(__aarch64__)
/kvm-unit-tests/lib/arm/
H A Dgic-v3.c158 #if defined(__aarch64__)
/kvm-unit-tests/x86/
H A Dpmu.c20 #if defined(__i386__) || defined(_M_IX86) /* i386 */
816 * value may exceed the pre-defined cycles upper boundary and cause in warm_up()
1001 report_info("Fixed counters number %d > defined fixed events %u. " in main()

12