| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | utils.bbclass | 253 """Return a string of all bb class extend variants for the given extend""" 254 variants = [] 259 variants.append(eext[1]) 260 return " ".join(variants) 263 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() 264 if not variants: 267 for v in variants: 277 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + [''] 278 for item in variants: 311 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + [''] [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | completion.rst | 39 - the waiting part through a call to one of the variants of wait_for_completion(), 79 variants of wait_for_completion(), as it must be assured that memory de-allocation 125 To emphasise this again: in particular when using some of the waiting API variants 127 _killable() and _interruptible()) variants, the wait might complete 174 uninterruptible. wait_for_completion() and its variants are only safe 180 As all variants of wait_for_completion() can (obviously) block for a long 185 wait_for_completion*() variants available: 188 The below variants all return status and this status should be checked in 228 Further variants include _killable which uses TASK_KILLABLE as the 235 The _io variants wait_for_completion_io() behave the same as the non-_io [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | MIPS-FP-ABI-History.html | 28 <link href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" rel="next" title="MIPS FP ABI Variants"> 66 Next: <a href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" accesskey="n" rel="next">MIPS FP ABI… 76 features. The resulting ABI variants are generally incompatible with each
|
| H A D | MIPS-FP-ABI-Selection.html | 29 <link href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" rel="previous" title="MIPS FP ABI Varia… 66 …>, Previous: <a href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" accesskey="p" rel="previous"… 84 of GP and FP registers match and the special double-precision variants
|
| H A D | MIPS-FP-ABI-Variants.html | 16 <title>Using as: MIPS FP ABI Variants</title> 18 <meta name="description" content="Using as: MIPS FP ABI Variants"> 19 <meta name="keywords" content="Using as: MIPS FP ABI Variants"> 63 <a name="MIPS-FP-ABI-Variants"></a> 71 <p>The supported floating-point ABI variants are:
|
| H A D | MIPS-FP-ABIs.html | 74 …valign="top">• <a href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" accesskey="2">MIPS FP… 78 …ility</a>:</td><td> </td><td align="left" valign="top">Linking different FP ABI variants
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | MIPS-FP-ABI-History.html | 28 <link href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" rel="next" title="MIPS FP ABI Variants"> 66 Next: <a href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" accesskey="n" rel="next">MIPS FP ABI… 76 features. The resulting ABI variants are generally incompatible with each
|
| H A D | MIPS-FP-ABI-Selection.html | 29 <link href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" rel="previous" title="MIPS FP ABI Varia… 66 …>, Previous: <a href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" accesskey="p" rel="previous"… 84 of GP and FP registers match and the special double-precision variants
|
| H A D | MIPS-FP-ABI-Variants.html | 16 <title>Using as: MIPS FP ABI Variants</title> 18 <meta name="description" content="Using as: MIPS FP ABI Variants"> 19 <meta name="keywords" content="Using as: MIPS FP ABI Variants"> 63 <a name="MIPS-FP-ABI-Variants"></a> 71 <p>The supported floating-point ABI variants are:
|
| H A D | MIPS-FP-ABIs.html | 74 …valign="top">• <a href="MIPS-FP-ABI-Variants.html#MIPS-FP-ABI-Variants" accesskey="2">MIPS FP… 78 …ility</a>:</td><td> </td><td align="left" valign="top">Linking different FP ABI variants
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/ |
| H A D | Kconfig | 37 bool "Raspberry Pi (all BCM2835 variants)" 39 Support for all ARM1176-/BCM2835-based Raspberry Pi variants, such as 50 Support for all BCM2836-based Raspberry Pi variants, such as 53 This option also supports BCM2837-based variants such as the RPi 3 73 Support for all BCM2837-based Raspberry Pi variants, such as 89 Support for all BCM2837-based Raspberry Pi variants, such as
|
| /OK3568_Linux_fs/kernel/scripts/atomic/ |
| H A D | atomics.tbl | 3 # Where meta contains a string of variants to generate. 4 # Upper-case implies _{acquire,release,relaxed} variants. 9 # * R - return: returns base type (has _return variants) 10 # * F/f - fetch: returns base type (has fetch_ variants)
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | spinand.h | 203 * There are 3 possible variants: 269 * struct spinand_op_variants - SPI NAND operation variants 270 * @ops: the list of variants for a given operation 271 * @nops: the number of variants 273 * Some operations like read-from-cache/write-to-cache have several variants 275 * cycles. This structure is a way to describe the different variants supported 316 * @op_variants: operations variants 317 * @op_variants.read_cache: variants of the read-cache operation 318 * @op_variants.write_cache: variants of the write-cache operation 319 * @op_variants.update_cache: variants of the update-cache operation
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | spinand.h | 196 * There are 3 possible variants: 263 * struct spinand_op_variants - SPI NAND operation variants 264 * @ops: the list of variants for a given operation 265 * @nops: the number of variants 267 * Some operations like read-from-cache/write-to-cache have several variants 269 * cycles. This structure is a way to describe the different variants supported 320 * @op_variants: operations variants 321 * @op_variants.read_cache: variants of the read-cache operation 322 * @op_variants.write_cache: variants of the write-cache operation 323 * @op_variants.update_cache: variants of the update-cache operation
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | gen-bootlin-toolchains | 18 # toolchain is usable on several architectures variants (for 82 # Not sure it could be used by other mips32 variants? 87 # Not sure it could be used by other mips32el variants? 100 # Not sure it could be used by other mips64 variants? 105 # Not sure it could be used by other mips64 variants? 110 # Not sure it could be used by other mips64el variants? 127 # Not sure it could be used by other powerpc variants? 132 # Not sure it could be used by other powerpc variants? 137 # Not sure it could be used by other powerpc variants?
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-bcm/ |
| H A D | Kconfig | 36 which includes the following variants: 46 which includes the following variants: 113 variants. 121 BCM21663 and BCM21664 variants.
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | omap_sec_common.h | 15 * Invoke secure ROM API on high-security (HS) device variants. It formats 22 * Invoke a secure ROM API on high-secure (HS) device variants that can be used 45 * Invoke a secure HAL API on high-secure (HS) device variants that reserves a
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seqlock.h | 130 * Lockdep is never used in any for the raw write variants. 317 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 342 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 356 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 368 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 389 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 414 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 438 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 458 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants 477 * @s: Pointer to seqcount_t or any of the seqcount_LOCKNAME_t variants [all …]
|
| H A D | atomic.h | 11 * Relaxed variants of xchg, cmpxchg and some atomic operations. 13 * We support four variants: 35 * The idea here is to build acquire/release variants by adding explicit
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-environment.bb | 24 # Need to ensure we have the virtual mappings and site files for all multtilib variants 40 variants = d.getVar("MULTILIB_VARIANTS") or "" 41 for item in variants.split():
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | mds.rst | 10 on internal buffers in Intel CPUs. The variants are: 73 All variants have the same mitigation strategy at least for the single CPU 166 and not by any other MDS variant. The other MDS variants cannot be 168 the Load Ports are shared. So on CPUs affected by other variants, the 187 The mitigation is hooked into all variants of halt()/mwait(), but does
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | s3fb.rst | 10 S3 Trio64 (and variants V+, UV+, V2/DX, V2/GX) 11 S3 Virge (and variants VX, DX, GX and GX2+) 26 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
|
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | README | 81 The -6q variants support either the i.MX6Quad or i.MX6Dual processors 84 The -6dl variants also use a 64-bit memory bus, operated at 800MHz. 86 The -6s variants use a 32-bit memory bus at 800MHz.
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | timekeeping.rst | 12 The recommended simplest form returns an opaque ktime_t, with variants 62 For all of the above, there are variants that return the time in a 100 Some additional variants exist for more specialized cases: 137 These variants are safe to call from any context, including from
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | chacha.h | 9 * The ChaCha paper specifies 20, 12, and 8-round variants. In general, it is 11 * variants can be needed in some performance-sensitive scenarios. The generic 12 * ChaCha code currently allows only the 20 and 12-round variants.
|