Home
last modified time | relevance | path

Searched full:accessible (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A DKconfig15 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 …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dvm.rst42 :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;
227 :Returns: -EFAULT if the given address is not accessible from kernel space
240 :Returns: -EFAULT if the given address is not accessible from kernel space;
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch28 - of <filename>/root</filename> to avoid storing sample data files in locations accessible by regu…
30 + of <filename>~root</filename> to avoid storing sample data files in locations accessible by regu…
41 …filename">/root</code> to avoid storing sample data files in locations accessible by regular users.
43 …filename">~root</code> to avoid storing sample data files in locations accessible by regular users.
/OK3568_Linux_fs/u-boot/drivers/net/
H A Denc28j60.h27 /* Common Control Registers accessible in all Banks */
34 /* Control Registers accessible in Bank 0 */
60 /* Control Registers accessible in Bank 1 */
86 /* Control Registers accessible in Bank 2 */
107 /* Control Registers accessible in Bank 3 */
/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dps3stor_lib.c82 /* 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()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_monitor_kern.c29 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
/OK3568_Linux_fs/kernel/drivers/input/
H A DKconfig99 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/ia64/
H A Daliasing-test.c95 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()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Ds390-pv-boot.rst9 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
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dromfs.rst50 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
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dlists.py69 gdb.write('head is not accessible\n')
86 gdb.write('prev is not accessible: '
104 gdb.write('next is not accessible: '
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst61 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
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dpcm179x.c55 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Ddgaproc.h31 int imageWidth; /* linear accessible portion (pixels) */
33 int pixmapWidth; /* Xlib accessible portion (pixels) */
/OK3568_Linux_fs/buildroot/board/nezha/patches/uboot/
H A D0001-arch-riscv-dts-sun20i-d1.dtsi-adjust-plic-compatible.patch7 The T-HEAD PLIC is by default not accessible from S-mode, and access must be
8 enabled by opensbi to make it accessible to Linux.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DGD35 provided that this notice is present in user-accessible supporting
42 library. Credit must be given in user-accessible documentation.
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dmach_desc.h41 * Current machine - only accessible during boot.
46 * Machine type table - also only accessible during boot
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/
H A Dsysfs-class-fieldbus-dev29 Note: this area is accessible by reading from the associated
37 Note: this area is accessible by writing to the associated
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DGD18 …a commercial application, provided that this notice is present in user-accessible supporting docum…
20 …udes all programs that utilize the library.  Credit must be given in user-accessible documentation.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device_internal.h95 * kbase_is_register_accessible - Checks if register is accessible
98 * Return: true if the register is accessible, false otherwise.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c75 * 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()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/mach/
H A Darch.h66 * Current machine - only accessible during boot.
71 * Machine type table - also only accessible during boot
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dstrategies.rst35 be accessible.
56 accessible.
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dite-cir.h271 * 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h40 * Allocate memory accessible by the GPU
53 * Free the GPU-accessible memory at the virtual address pvMem

12345678910>>...51