| /freebsd/tools/tools/nanobsd/pcengines/ |
| H A D | ALIX_DSK | 25 options COMPAT_FREEBSD4 # Compatible with FreeBSD4 26 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 27 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 28 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 29 options COMPAT_FREEBSD9 # Compatible with FreeBSD9 30 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 31 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 32 options COMPAT_FREEBSD12 # Compatible with FreeBSD12
|
| /freebsd/sys/arm/conf/ |
| H A D | std.armv7 | 34 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] 51 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 52 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 53 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 54 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 55 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 56 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| H A D | std.armv6 | |
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() argument 23 : EW(OS, Endianness), Compatible(Compatible) {} in Writer() 108 else if (!Compatible && Size <= UINT8_MAX) { in write() 124 assert(!Compatible && "Attempt to write Bin format in compatible mode"); in write()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 40 // FIXME: A lot of the Benign options should be Compatible instead. 146 LANGOPT(RecoveryAST, 1, 1, Compatible, "Preserve expressions in AST when encountering errors") 147 LANGOPT(RecoveryASTType, 1, 1, Compatible, "Preserve the type in recovery expressions") 155 LANGOPT(CPlusPlusModules , 1, 0, Compatible, "C++ modules syntax") 164 LANGOPT(ModulesDeclUse , 1, 0, Compatible, "require declaration of module uses") 166 LANGOPT(ModulesStrictDeclUse, 1, 0, Compatible, "requiring declaration of module uses and all heade… 167 LANGOPT(ModulesValidateTextualHeaderIncludes, 1, 1, Compatible, "validation of textual header inclu… 170 LANGOPT(ModulesLocalVisibility, 1, 0, Compatible, "local submodule visibility") 171 LANGOPT(Optimize , 1, 0, Compatible, "__OPTIMIZE__ predefined macro") 172 LANGOPT(OptimizeSize , 1, 0, Compatible, "__OPTIMIZE_SIZE__ predefined macro") [all …]
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm64 | 43 options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm 44 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 45 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 46 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 47 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 48 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| /freebsd/sys/powerpc/conf/ |
| H A D | GENERIC | 64 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 65 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 66 options COMPAT_FREEBSD9 # Compatible with FreeBSD9 67 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 68 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 69 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 70 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 71 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 72 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| H A D | GENERIC64 | 71 options COMPAT_FREEBSD32 # Compatible with FreeBSD/powerpc binaries 72 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 73 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 74 options COMPAT_FREEBSD9 # Compatible with FreeBSD9 75 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 76 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 77 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 78 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 79 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 80 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| H A D | MPC85XX | 66 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 67 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| H A D | GENERIC64LE | 72 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 (required by ports) 73 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 (required by ports) 74 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 75 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 76 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| /freebsd/sys/amd64/conf/ |
| H A D | MINIMAL | 51 options COMPAT_FREEBSD32 # Compatible with i386 binaries 52 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 53 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 54 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 55 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 56 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 57 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| H A D | GENERIC | 62 options COMPAT_FREEBSD32 # Compatible with i386 binaries 63 options COMPAT_FREEBSD4 # Compatible with FreeBSD4 64 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 65 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 66 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 67 options COMPAT_FREEBSD9 # Compatible with FreeBSD9 68 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 69 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 70 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 71 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 [all …]
|
| H A D | FIRECRACKER | 58 options COMPAT_FREEBSD32 # Compatible with i386 binaries 59 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 60 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 61 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 62 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 63 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 64 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm2166x-common.dtsi | 27 /* Compatible filled by SoC DTSI */ 37 /* Compatible filled by SoC DTSI */ 100 /* Compatible filled by SoC DTSI */ 110 /* Compatible filled by SoC DTSI */ 120 /* Compatible filled by SoC DTSI */ 130 /* Compatible filled by SoC DTSI */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackWriter.h | 52 LLVM_ABI Writer(raw_ostream &OS, bool Compatible = false); 126 bool Compatible; variable
|
| /freebsd/sys/i386/conf/ |
| H A D | MINIMAL | 59 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 60 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 61 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 62 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 63 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 64 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| H A D | GENERIC | 58 options COMPAT_FREEBSD4 # Compatible with FreeBSD4 59 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 60 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 61 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 62 options COMPAT_FREEBSD9 # Compatible with FreeBSD9 63 options COMPAT_FREEBSD10 # Compatible with FreeBSD10 64 options COMPAT_FREEBSD11 # Compatible with FreeBSD11 65 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 66 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 67 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/cpu-enable-method/ |
| H A D | nuvoton,npcm750-smp | 9 Compatible machines: "nuvoton,npcm750" 10 Compatible CPUs: "arm,cortex-a9"
|
| H A D | marvell,berlin-smp | 10 Compatible machines: "marvell,berlin2" and "marvell,berlin2q" 11 Compatible CPUs: "marvell,pj4b" and "arm,cortex-a9"
|
| H A D | al,alpine-smp | 11 Compatible machines: "al,alpine" 12 Compatible CPUs: "arm,cortex-a15"
|
| /freebsd/sys/riscv/conf/ |
| H A D | GENERIC | 57 options COMPAT_FREEBSD12 # Compatible with FreeBSD12 58 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 59 options COMPAT_FREEBSD14 # Compatible with FreeBSD14 60 options COMPAT_FREEBSD15 # Compatible with FreeBSD15
|
| /freebsd/sys/contrib/device-tree/Bindings/h8300/ |
| H A D | cpu.txt | 5 - compatible: Compatible property value should be "renesas,h8300".
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-stericsson-coh901.txt | 4 - compatible: Compatible property value should be "stericsson,gpio-coh901"
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/img/ |
| H A D | pistachio-marduk.txt | 4 Compatible string must be "img,pistachio-marduk", "img,pistachio"
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | lsi,zevio-intc.txt | 4 - compatible: Compatible property value should be "lsi,zevio-intc".
|