/linux-5.10/drivers/char/tpm/ |
D | Kconfig | 15 say Yes and it will be accessible from within Linux. For 25 2) Without ACPI enabled, the BIOS event log won't be accessible, 54 specification (TPM2.0) say Yes and it will be accessible from 66 specification (TPM2.0) say Yes and it will be accessible from 75 say Yes and it will be accessible from within Linux. 84 specification (TPM2.0) say Yes and it will be accessible from 94 accessible from within Linux. 104 Specification 0.20 say Yes and it will be accessible from within 114 Nuvoton Technology Corp. say Yes and it will be accessible 124 say Yes and it will be accessible from within Linux. To [all …]
|
/linux-5.10/Documentation/virt/kvm/devices/ |
D | vm.rst | 42 :Returns: -EFAULT if the given address is not accessible; 75 :Returns: -EFAULT if the given address is not accessible from kernel space; 100 -EFAULT if the given address is not accessible from kernel space; 120 :Returns: -EFAULT if the given address is not accessible from kernel space; 133 :Returns: -EFAULT if the given address is not accessible from kernel space; 176 :Returns: -EFAULT if the given address is not accessible from kernel space; 199 :Returns: -EFAULT if the given address is not accessible from kernel space; 216 :Returns: -EFAULT if the given address is not accessible from kernel space; 226 :Returns: -EFAULT if the given address is not accessible from kernel space 238 :Returns: -EFAULT if the given address is not accessible from kernel space; [all …]
|
/linux-5.10/drivers/ps3/ |
D | ps3stor_lib.c | 82 /* special case: CD-ROM is assumed always accessible */ in ps3stor_probe_access() 98 "region %u is not accessible\n", __func__, in ps3stor_probe_access() 103 dev_dbg(&dev->sbd.core, "%s:%u: region %u is accessible\n", in ps3stor_probe_access() 116 "%s:%u: %lu accessible regions found. Only the first " in ps3stor_probe_access() 121 "First accessible region has index %u start %llu size %llu\n", in ps3stor_probe_access() 201 dev_err(&dev->sbd.core, "%s:%u: No accessible regions found\n", in ps3stor_setup()
|
/linux-5.10/samples/bpf/ |
D | xdp_monitor_kern.c | 29 u64 __pad; // First 8 bytes are not accessible by bpf code 99 u64 __pad; // First 8 bytes are not accessible by bpf code 150 u64 __pad; // First 8 bytes are not accessible by bpf code 185 u64 __pad; // First 8 bytes are not accessible by bpf code 224 u64 __pad; // First 8 bytes are not accessible by bpf code
|
/linux-5.10/drivers/input/ |
D | Kconfig | 99 Say Y here if you want your mouse to be accessible as char devices 114 Say Y here if you want your mouse also be accessible as char device 144 accessible as char device 13:0+ - /dev/input/jsX device. 156 Say Y here if you want your input device events be accessible
|
/linux-5.10/Documentation/virt/kvm/ |
D | s390-pv-boot.rst | 9 The memory of Protected Virtual Machines (PVMs) is not accessible to 11 access the memory of a PVM, that memory must be made accessible. 12 Memory made accessible to the hypervisor will be encrypted. See
|
/linux-5.10/tools/testing/selftests/ia64/ |
D | aliasing-test.c | 95 fprintf(stderr, "FAIL: %s 0x%lx-0x%lx not accessible\n", path2, offset, offset + length); in scan_tree() 213 fprintf(stderr, "FAIL: /dev/mem 0x0-0xa0000 not accessible\n"); in main() 225 fprintf(stderr, "FAIL: /dev/mem 0xa0000-0xc0000 not accessible\n"); in main() 230 fprintf(stderr, "FAIL: /dev/mem 0xc0000-0x100000 not accessible\n"); in main() 245 fprintf(stderr, "FAIL: /dev/mem 0x0-0x100000 not accessible\n"); in main()
|
/linux-5.10/scripts/gdb/linux/ |
D | lists.py | 69 gdb.write('head is not accessible\n') 86 gdb.write('prev is not accessible: ' 104 gdb.write('next is not accessible: '
|
/linux-5.10/Documentation/filesystems/ |
D | romfs.rst | 50 structure is very simple. Every accessible structure begins on 16 67 8 | full size | The number of accessible bytes in this fs. 82 bytes accessible from the start of this filesystem. The 4th longword 84 accessible, whichever is smaller). The applied algorithm is the same 116 they are never accessible for other than owner. The owner of every
|
/linux-5.10/Documentation/core-api/ |
D | memory-allocation.rst | 61 will be directly accessible by the kernel and implies that the 65 but it is not required to be directly accessible by the kernel. An 70 must be directly accessible by the kernel. 81 used to ensure that the allocated memory is accessible by hardware
|
/linux-5.10/sound/soc/codecs/ |
D | pcm179x.c | 55 bool accessible; in pcm179x_writeable_reg() local 57 accessible = pcm179x_accessible_reg(dev, reg); in pcm179x_writeable_reg() 59 return accessible && reg != 0x16 && reg != 0x17; in pcm179x_writeable_reg()
|
/linux-5.10/drivers/staging/fieldbus/Documentation/ABI/ |
D | sysfs-class-fieldbus-dev | 29 Note: this area is accessible by reading from the associated 37 Note: this area is accessible by writing to the associated
|
/linux-5.10/arch/arc/include/asm/ |
D | mach_desc.h | 41 * Current machine - only accessible during boot. 46 * Machine type table - also only accessible during boot
|
/linux-5.10/arch/arm/include/asm/mach/ |
D | arch.h | 66 * Current machine - only accessible during boot. 71 * Machine type table - also only accessible during boot
|
/linux-5.10/Documentation/admin-guide/pm/ |
D | strategies.rst | 35 be accessible. 56 accessible.
|
/linux-5.10/Documentation/dev-tools/ |
D | kasan.rst | 142 Those 8 bytes can be accessible, partially accessible, freed or be a redzone. 144 of the corresponding memory region are accessible; number N (1 <= N <= 7) means 145 that the first N bytes are accessible, and other (8 - N) bytes are not; 151 the accessed address is partially accessible.
|
/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
D | dm_helpers.h | 40 * Allocate memory accessible by the GPU 53 * Free the GPU-accessible memory at the virtual address pvMem
|
/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_huc.c | 75 * vma within the accessible range that only contains the rsa in intel_huc_rsa_data_create() 78 * accessible. in intel_huc_rsa_data_create() 116 * HuC firmware image is outside GuC accessible range. in intel_huc_init()
|
/linux-5.10/arch/arm/mach-zynq/ |
D | platsmp.c | 36 /* MS: Expectation that SLCR are directly map and accessible */ in zynq_cpun_start() 49 pr_warn("BOOTUP jump vectors not accessible\n"); in zynq_cpun_start()
|
/linux-5.10/drivers/media/rc/ |
D | ite-cir.h | 271 * they only are accessible to the integrated microcontroller. Thus, in order 433 * CIR module and several other modules. A few modules are directly accessible 434 * by the host CPU, but most of them are only accessible by the 435 * micro-controller. The CIR module is only accessible by the 438 * The battery-backed SRAM module is accessible by the host CPU and the
|
/linux-5.10/arch/ia64/include/asm/uv/ |
D | uv_hub.h | 70 * This is the total number of bricks accessible in the numalink fabric. It 180 * faster MMR access but not all MMRs are accessible in this space. 226 * are accessible.
|
/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 36 before the filesystem is accessible (hence firmware will be 98 before the filesystem is accessible (hence firmware will be
|
/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
D | imi,rdacm2x-gmsl.yaml | 23 accessible by the host SoC by direct addressing. 27 the serializer local I2C bus while the image sensor is not accessible from
|
/linux-5.10/arch/m68k/bvme6000/ |
D | rtc.c | 51 /* Ensure clock and real-time-mode-register are accessible */ in rtc_ioctl() 107 /* Ensure clock and real-time-mode-register are accessible */ in rtc_ioctl()
|
/linux-5.10/drivers/staging/unisys/visorinput/ |
D | Kconfig | 11 console (keyboard and mouse) that is accessible through the
|