| /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 …]
|
| H A D | allarch.bbclass | 10 variants = d.getVar("MULTILIB_VARIANTS") 11 if not variants:
|
| /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/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/arch/xtensa/ |
| H A D | Makefile | 64 vardirs := $(patsubst %,arch/xtensa/variants/%/,$(variant-y)) 73 …ldvar := $(shell test -e $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/v…
|
| /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/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/devicetree/bindings/interrupt-controller/ |
| H A D | opencores,or1k-pic.txt | 5 - compatible : should be "opencores,or1k-pic-level" for variants with 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0022-chromium-musl-pread-pwrite.patch | 6 Redefine pread/pwrite in terms of 64bit variants on musl 7 since 32bit variants don't exist and aliases are not defined in
|
| /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/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | distrodata.py | 51 for fn in tinfoil.all_recipe_files(variants=False): 115 for fn in tinfoil.all_recipe_files(variants=False):
|
| /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/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/Documentation/hwmon/ |
| H A D | intel-m10-bmc-hwmon.rst | 28 reprogramed to some variants in order to support different Intel 30 variants, but now it only supports the BMC for Intel PAC N3000.
|
| /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/buildroot/package/mtdev/ |
| H A D | Config.in | 5 variants of kernel MT events to the slotted type B protocol.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-clock_gettime04-set-threshold-based-on-the-clock-res.patch | 55 @@ -92,9 +92,18 @@ static struct time64_variants variants[] = { 85 for (j = 0; j < ARRAY_SIZE(variants); j++) {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cache.py | 87 self.variants = self.listvar('__VARIANTS', metadata) + [''] 490 variants = [] 496 variants.append(variant) 501 data.setVar("__VARIANTS", " ".join(variants)) 523 for variant in info_array[0].variants: 636 for cls in info_array[0].variants: 648 for cls in info_array[0].variants:
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/ |
| H A D | mds.rst | 26 Not all processors are affected by all variants of MDS, but the mitigation 161 other variants cannot be protected against cross Hyper-Thread attacks. 219 cross Hyper-Threads when entering idle states. Some XEON PHI variants allow 224 XEON PHI is not affected by the other MDS variants and MSBDS is mitigated 233 All MDS variants except MSBDS can be attacked cross Hyper-Threads. That
|
| /OK3568_Linux_fs/buildroot/package/python-crc16/ |
| H A D | Config.in | 7 or transmission. There are many variants of CRC and CRC16,
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | brcm,bcm3384-usb.txt | 11 - Figuring out which controllers are disabled on ASIC bondout variants
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/ |
| H A D | Kconfig | 12 Processor driver. It supports the D71 variants of the hardware.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/ |
| H A D | go_1.17.13.bb | 12 # variants.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/ |
| H A D | Kconfig | 9 MGA G200 desktop chips and the server variants. It requires 0.3.0
|