Home
last modified time | relevance | path

Searched refs:facility (Results 1 – 25 of 102) sorted by relevance

12345

/linux/Documentation/arch/powerpc/
H A Delf_hwcaps.rst48 The Power ISA uses the term "facility" to describe a class of instructions,
49 registers, interrupts, etc. The presence or absence of a facility indicates
51 ISA version. For example, if the VSX facility is available, the VSX
84 Vector (aka Altivec, VMX) facility is available.
87 Floating point facility is available.
102 Signal Processing Engine facility is available.
111 The timebase facility (mftb instruction) is not available.
154 DFP facility is available.
164 VSX facility is available.
189 DSCR facility is available.
[all …]
H A Ddscr.rst68 create a facility unavailable exception. Inside this exception handler
71 the DSCR facility for the next time around (both for read and write) by
72 setting DSCR facility in the FSCR register.
/linux/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
23 $(kapi)/facility-defs.h: $(obj)/gen_facilities FORCE
24 $(call filechk,facility-defs.h)
/linux/arch/s390/include/asm/
H A Dalternative.h42 #define ALT_FACILITY(facility) (ALT_CTX_EARLY << ALT_CTX_SHIFT | \ argument
44 (facility) << ALT_DATA_SHIFT)
50 #define ALT_SPEC(facility) (ALT_CTX_LATE << ALT_CTX_SHIFT | \ argument
52 (facility) << ALT_DATA_SHIFT)
H A DKbuild3 generated-y += facility-defs.h
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw5 Description: SCMI Raw synchronous message injection/snooping facility; write
20 Description: SCMI Raw asynchronous message injection/snooping facility; write
38 Description: SCMI Raw message injection/snooping facility using polling mode;
54 Description: SCMI Raw asynchronous message injection/snooping facility using
74 Description: SCMI Raw message errors facility; any kind of timed-out or
85 Description: SCMI Raw notification snooping facility; any notification
96 Description: SCMI Raw stack reset facility; writing a value to this entry
108 Description: SCMI Raw synchronous message injection/snooping facility; write
132 Description: SCMI Raw asynchronous message injection/snooping facility; write
160 Description: SCMI Raw message injection/snooping facility using polling mode;
[all …]
H A Ddev-kmsg14 carries the syslog priority and facility. The single decimal
16 priority and the next 8 bits the syslog facility number.
19 log priority and the facility number is set to LOG_USER (1). It
21 facility number LOG_KERN (0), to make sure that the origin of
74 prefix including priority and facility, the 64 bit message
/linux/drivers/usb/musb/
H A Dmusb_debug.h13 #define yprintk(facility, format, args...) \ argument
14 do { printk(facility "%s %d: " format , \
/linux/drivers/base/firmware_loader/
H A DKconfig5 tristate "Firmware loading facility" if EXPERT
9 This enables the firmware loading facility in the kernel. The kernel
99 This option enables a sysfs loading facility to enable firmware
111 the requested firmware a sysfs fallback loading facility is made
119 This used to be the default firmware loading facility, and udev used
121 loading facility functionality in udev has been removed, as such it
128 Since this was the default firmware loading facility at one point,
155 for provisioning. Since udev's firmware loading facility has been
165 facility in userspace.
/linux/kernel/printk/
H A Dprintk.c656 (info->facility << 3) | info->level, info->seq, in info_print_ext_header()
725 int devkmsg_emit(int facility, int level, const char *fmt, ...) in devkmsg_emit() argument
731 r = vprintk_emit(facility, level, NULL, fmt, args); in devkmsg_emit()
741 int facility = 1; /* LOG_USER */ in devkmsg_write() local
788 facility = LOG_FACILITY(u); in devkmsg_write()
794 devkmsg_emit(facility, level, "%s", line); in devkmsg_write()
1122 dest_r.info->facility = r->info->facility; in add_to_rb()
1380 len = print_syslog((info->facility << 3) | info->level, buf); in info_print_prefix()
2186 static u16 printk_sprint(char *text, u16 size, int facility, in printk_sprint() argument
2201 if (facility == 0) { in printk_sprint()
[all …]
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst36 that a workaround is not accepted in the Linux kernel. And this facility
40 This facility can be used by platform/BIOS vendors to provide a Linux
43 This facility also provides a powerful feature to easily debug and test
/linux/Documentation/features/locking/lockdep/
H A Darch-support.txt4 # description: arch supports the runtime locking correctness debug facility
/linux/Documentation/features/core/generic-idle-thread/
H A Darch-support.txt4 # description: arch makes use of the generic SMP idle thread facility
/linux/Documentation/bpf/
H A Dindex.rst6 Filter) facility, with a focus on the extended BPF version (eBPF).
/linux/Documentation/admin-guide/
H A Dmodule-signing.rst1 Kernel module signing facility
21 The kernel module signing facility cryptographically signs modules during
29 This facility uses X.509 ITU-T standard certificates to encode the public keys
31 type. The built-in facility currently only supports the RSA & NIST P-384 ECDSA
41 The module signing facility is enabled by going to the
/linux/drivers/message/fusion/
H A DKconfig112 bool "Fusion MPT logging facility"
114 This turns on a logging facility that can be used to debug a number
/linux/Documentation/arch/s390/
H A Dvfio-ap.rst2 Adjunct Processor (AP) facility
8 The Adjunct Processor (AP) facility is an IBM Z cryptographic facility comprised
487 facilities: The AP Facilities Test (APFT) facility; the AP Query
488 Configuration Information (QCI) facility; and the AP Queue Interruption Control
489 facility. These features/facilities are made available to a KVM guest via the
496 2. apft: Indicates the APFT facility is available on the guest. This facility
498 facility bit 15 is set).
500 3. apqci: Indicates the AP QCI facility is available on the guest. This facility
502 facility bit 12 is set).
505 guest. This facility can be made available to the guest only if it is
[all …]
/linux/arch/powerpc/platforms/powernv/
H A DKconfig28 This enables the opal-prd driver, a facility to run processor
/linux/Documentation/filesystems/caching/
H A Dfscache.rst10 This facility is a general purpose cache for network filesystems, though it
35 facility to a network filesystem such that the cache is transparent to the
138 * An invalidation facility is available to discard data from the cache and
321 If CONFIG_NETFS_DEBUG is enabled, the FS-Cache facility and NETFS support can
/linux/net/ceph/
H A DKconfig41 be resolved using the CONFIG_DNS_RESOLVER facility.
/linux/fs/f2fs/
H A DKconfig69 Security labels provide an access control facility to support Linux
88 bool "F2FS fault injection facility"
/linux/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst15 method tracing facility.
80 There are special log entries added by the method tracing facility at
153 Note that all above method tracing facility related module parameters can
/linux/Documentation/driver-api/
H A Ds390-drivers.rst90 The channel-measurement facility
93 The channel-measurement facility provides a means to collect measurement
/linux/Documentation/devicetree/bindings/fsi/
H A Dfsi.txt5 engines within those slaves. However, we have a facility to match devicetree
40 not be described; this binding only provides an optional facility for
/linux/Documentation/driver-api/firmware/
H A Ddirect-fs-lookup.rst9 uses common core kernel file loader facility kernel_read_file_from_path().

12345