/Linux-v6.6/Documentation/riscv/ |
D | uabi.rst | 14 #. Single-letter extensions come first, in canonical order. 17 #. All multi-letter extensions will be separated from other extensions by an 20 #. Additional standard extensions (starting with 'Z') will be sorted after 21 single-letter extensions and before any higher-privileged extensions. 23 #. For additional standard extensions, the first letter following the 'Z' 25 extension category. If multiple 'Z' extensions are named, they will be 29 #. Standard supervisor-level extensions (starting with 'S') will be listed 30 after standard unprivileged extensions. If multiple supervisor-level 31 extensions are listed, they will be ordered alphabetically. 33 #. Standard machine-level extensions (starting with 'Zxm') will be listed [all …]
|
D | patch-acceptance.rst | 39 We'll only accept patches for new modules or extensions if the 40 specifications for those modules or extensions are listed as being 45 that contain code for any draft extensions that they wish.) 48 their own custom extensions. These custom extensions aren't required 52 RISC-V extensions, we'll only consider patches for extensions that either: 59 code for any custom extensions that they wish.)
|
D | hwprobe.rst | 56 * :c:macro:`RISCV_HWPROBE_KEY_IMA_EXT_0`: A bitmask containing the extensions 60 * :c:macro:`RISCV_HWPROBE_IMA_FD`: The F and D extensions are supported, as 72 extensions. 75 in version 1.0 of the Bit-Manipulation ISA extensions. 78 in version 1.0 of the Bit-Manipulation ISA extensions.
|
/Linux-v6.6/drivers/gpu/drm/rockchip/ |
D | Kconfig | 38 bool "Rockchip specific extensions for Analogix DP driver" 43 This selects support for Rockchip SoC specific extensions 53 This selects support for Rockchip SoC specific extensions 59 bool "Rockchip specific extensions for Synopsys DW HDMI" 61 This selects support for Rockchip SoC specific extensions 67 bool "Rockchip specific extensions for Synopsys DW MIPI DSI" 70 This selects support for Rockchip SoC specific extensions 76 bool "Rockchip specific extensions for Innosilicon HDMI" 78 This selects support for Rockchip SoC specific extensions 103 bool "Rockchip specific extensions for RK3066 HDMI" [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/mmc/ |
D | k3-dw-mshc.txt | 1 * Hisilicon specific extensions to the Synopsys Designware Mobile 10 extensions to the Synopsys Designware Mobile Storage Host Controller. 15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions. 17 with hi3670 specific extensions. 18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
|
D | bluefield-dw-mshc.txt | 1 * Mellanox Bluefield SoC specific extensions to the Synopsys Designware 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller. 16 specific extensions.
|
D | hi3798cv200-dw-mshc.txt | 1 * Hisilicon Hi3798CV200 specific extensions to the Synopsys Designware Mobile 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
|
/Linux-v6.6/Documentation/filesystems/ |
D | isofs.rst | 16 when using discs encoded using Microsoft's Joliet extensions. 38 map=acorn As map=normal but also apply Acorn extensions if present 40 extensions set the permissions otherwise 42 extensions set the permissions otherwise 44 'mode' and 'dmode' even though Rock Ridge extensions are 46 nojoliet Ignore Joliet extensions if they are present. 47 norock Ignore Rock Ridge extensions if they are present.
|
/Linux-v6.6/net/netfilter/ipset/ |
D | ip_set_bitmap_ipmac.c | 52 unsigned char extensions[] /* MAC + data extensions */ 74 #define get_elem(extensions, id, dsize) \ argument 75 (struct bitmap_ipmac_elem *)(extensions + (id) * (dsize)) 77 #define get_const_elem(extensions, id, dsize) \ argument 78 (const struct bitmap_ipmac_elem *)(extensions + (id) * (dsize)) 90 elem = get_const_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_test() 104 elem = get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_gc_test() 148 elem = get_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_add() 192 get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_do_list() 289 a->extensions == b->extensions; in bitmap_ipmac_same_set()
|
/Linux-v6.6/drivers/vfio/pci/ |
D | Kconfig | 39 bool "Generic VFIO PCI extensions for Intel graphics (GVT-d)" 43 Support for Intel IGD specific extensions to enable direct 52 bool "VFIO PCI extensions for s390x KVM passthrough" 56 Support s390x-specific extensions to enable support for enhancements 60 To enable s390x KVM vfio-pci extensions, say Y.
|
/Linux-v6.6/Documentation/translations/zh_TW/process/ |
D | programming-language.rst | 17 這種方言包含對語言 :ref:`gnu-extensions <tw_gnu-extensions>` 的許多擴展,當然,它們許多都在內核中使用。 61 .. _tw_gnu-extensions: 63 gnu-extensions
|
/Linux-v6.6/Documentation/translations/zh_CN/process/ |
D | programming-language.rst | 14 这种方言包含对语言 :ref:`gnu-extensions <cn_gnu-extensions>` 的许多扩展,当然,它们许多都在内核中使用。 58 .. _cn_gnu-extensions: 60 gnu-extensions
|
/Linux-v6.6/Documentation/gpu/rfc/ |
D | i915_vm_bind.h | 156 __u64 extensions; member 214 __u64 extensions; member 275 __u64 extensions; member
|
/Linux-v6.6/arch/arm64/crypto/ |
D | Kconfig | 26 - NEON (Advanced SIMD) extensions 37 - NEON (Advanced SIMD) extensions 108 - NEON (Advanced SIMD) extensions 186 - NEON (Advanced SIMD) extensions 199 - NEON (Advanced SIMD) extensions 219 - NEON (Advanced SIMD) extensions 231 - NEON (Advanced SIMD) extensions 250 - NEON (Advanced SIMD) extensions 266 - NEON (Advanced SIMD) extensions 282 - NEON (Advanced SIMD) extensions [all …]
|
/Linux-v6.6/Documentation/admin-guide/LSM/ |
D | index.rst | 6 various security checks to be hooked by new kernel extensions. The name 7 "module" is a bit of a misnomer since these extensions are not actually 14 (MAC) extensions which provide a comprehensive security policy. Examples 16 MAC extensions, other extensions can be built using the LSM to provide
|
/Linux-v6.6/arch/powerpc/crypto/ |
D | Kconfig | 14 - AltiVec extensions 26 - AltiVec extensions 35 powerpc64 AltiVec extensions (POWER8 vpmsum instructions). 62 - SPE (Signal Processing Engine) extensions 73 - SPE (Signal Processing Engine) extensions 84 - SPE (Signal Processing Engine) extensions
|
/Linux-v6.6/arch/arm/crypto/ |
D | Kconfig | 14 - NEON (Advanced SIMD) extensions 29 - NEON (Advanced SIMD) extensions 45 - NEON (Advanced SIMD) extensions 55 - NEON (Advanced SIMD) extensions 78 - NEON (Advanced SIMD) extensions 105 - NEON (Advanced SIMD) extensions 136 - NEON (Advanced SIMD) extensions 146 - NEON (Advanced SIMD) extensions 217 - NEON (Advanced SIMD) extensions
|
/Linux-v6.6/Documentation/ |
D | conf.py | 55 extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', variable 126 extensions.append('cdomain') 154 extensions.append("sphinx.ext.imgmath") 301 extensions.append('sphinx_rtd_dark_mode')
|
/Linux-v6.6/Documentation/process/ |
D | programming-language.rst | 12 This dialect contains many extensions to the language [gnu-extensions]_, 18 One of the common extensions used throughout the kernel are attributes 52 .. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html
|
/Linux-v6.6/Documentation/driver-api/ |
D | vfio-pci-device-specific-driver-acceptance.rst | 12 extensions for yet more advanced device specific features are not 20 a user assigned VF) or other extensions that may not be otherwise 30 extensions, for example in the case of migration data, how is the
|
/Linux-v6.6/include/uapi/drm/ |
D | v3d_drm.h | 208 __u64 extensions; member 321 __u64 extensions; member 352 __u64 extensions; member
|
/Linux-v6.6/arch/x86/kvm/ |
D | Kconfig | 54 virtualization extensions. You will need a fairly recent 55 processor equipped with virtualization extensions. You will also 85 extensions, a.k.a. Virtual Machine Extensions (VMX). 107 (SVM) extensions.
|
/Linux-v6.6/include/linux/netfilter/ipset/ |
D | ip_set.h | 64 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT) 65 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER) 66 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT) 67 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO) 264 u8 extensions; member
|
/Linux-v6.6/net/bluetooth/ |
D | Kconfig | 108 bool "Enable Microsoft extensions" 112 vendor extensions. 115 bool "Enable Android Open Source Project extensions" 119 Project defined HCI vendor extensions.
|
/Linux-v6.6/Documentation/filesystems/smb/ |
D | cifsroot.rst | 25 POSIX features (See [1]). The equivalent extensions for the newer 32 default will change once the SMB3 POSIX extensions are fully 38 To enable SMB1+UNIX extensions you will need to set these global
|