| /Linux-v5.4/arch/s390/include/asm/ |
| D | alternative.h | 14 u16 facility; /* facility bit set for replacement */ member 97 #define ALTINSTR_ENTRY(facility, num) \ argument 100 "\t.word " __stringify(facility) "\n" /* facility bit */ \ 109 #define ALTERNATIVE(oldinstr, altinstr, facility) \ argument 115 ALTINSTR_ENTRY(facility, 1) \ 141 #define alternative(oldinstr, altinstr, facility) \ argument 142 asm volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
|
| D | Kbuild | 3 generated-y += facility-defs.h
|
| /Linux-v5.4/arch/s390/tools/ |
| D | Makefile | 7 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-v5.4/drivers/usb/musb/ |
| D | musb_debug.h | 13 #define yprintk(facility, format, args...) \ argument 14 do { printk(facility "%s %d: " format , \
|
| /Linux-v5.4/drivers/base/firmware_loader/ |
| D | Kconfig | 5 tristate "Firmware loading facility" if EXPERT 8 This enables the firmware loading facility in the kernel. The kernel 75 This option enables a sysfs loading facility to enable firmware 87 the requested firmware a sysfs fallback loading facility is made 95 This used to be the default firmware loading facility, and udev used 97 loading facility functionality in udev has been removed, as such it 104 Since this was the default firmware loading facility at one point, 131 for provisioning. Since udev's firmware loading facility has been 141 facility in userspace.
|
| /Linux-v5.4/kernel/printk/ |
| D | printk.c | 373 u8 facility; /* syslog facility */ member 604 static int log_store(u32 caller_id, int facility, int level, in log_store() argument 645 msg->facility = facility; in log_store() 731 (msg->facility << 3) | msg->level, seq, ts_usec, in msg_print_ext_header() 793 int devkmsg_emit(int facility, int level, const char *fmt, ...) in devkmsg_emit() argument 799 r = vprintk_emit(facility, level, NULL, 0, fmt, args); in devkmsg_emit() 809 int facility = 1; /* LOG_USER */ in devkmsg_write() local 856 facility = LOG_FACILITY(u); in devkmsg_write() 863 devkmsg_emit(facility, level, "%s", line); in devkmsg_write() 1294 len = print_syslog((msg->facility << 3) | msg->level, buf); in print_prefix() [all …]
|
| D | internal.h | 16 int vprintk_store(int facility, int level,
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | dev-kmsg | 13 carries the syslog priority and facility. The single decimal 15 priority and the next 8 bits the syslog facility number. 18 log priority and the facility number is set to LOG_USER (1). It 20 facility number LOG_KERN (0), to make sure that the origin of 60 prefix including priority and facility, the 64 bit message
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | dscr.rst | 68 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-v5.4/Documentation/admin-guide/acpi/ |
| D | initrd_table_override.rst | 36 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-v5.4/Documentation/features/locking/lockdep/ |
| D | arch-support.txt | 4 # description: arch supports the runtime locking correctness debug facility
|
| /Linux-v5.4/Documentation/features/core/generic-idle-thread/ |
| D | arch-support.txt | 4 # description: arch makes use of the generic SMP idle thread facility
|
| /Linux-v5.4/Documentation/filesystems/caching/ |
| D | operations.txt | 24 FS-Cache has an asynchronous operations handling facility that it uses for its 29 This facility is available to and expected to be be used by the cache backends, 33 To make use of this facility, <linux/fscache-cache.h> should be #included. 110 will be given to the slow work facility to process. Such an operation is
|
| /Linux-v5.4/fs/f2fs/ |
| D | Kconfig | 60 Security labels provide an access control facility to support Linux 89 bool "F2FS fault injection facility"
|
| /Linux-v5.4/Documentation/networking/ |
| D | devlink-info-versions.rst | 30 An identifier of the company or the facility which produced the part.
|
| /Linux-v5.4/drivers/message/fusion/ |
| D | Kconfig | 112 bool "Fusion MPT logging facility" 114 This turns on a logging facility that can be used to debug a number
|
| /Linux-v5.4/Documentation/s390/ |
| D | vfio-ap.rst | 2 Adjunct Processor (AP) facility 8 The Adjunct Processor (AP) facility is an IBM Z cryptographic facility comprised 422 facilities: The AP Facilities Test (APFT) facility; and the AP Query 423 Configuration Information (QCI) facility. These features/facilities are made 430 2. apft: Indicates the APFT facility is available on the guest. This facility 432 facility bit 15 is set). 434 3. apqci: Indicates the AP QCI facility is available on the guest. This facility 436 facility bit 12 is set). 449 Note: If the APFT facility is turned off (apft=off) for the guest, the guest 452 the APFT facility to ascertain the facilities installed on a given AP device. If [all …]
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | module-signing.rst | 1 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 facility currently only supports the RSA public key encryption 41 The module signing facility is enabled by going to the
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_conntrack_h323_main.c | 1008 Facility_UUIE *facility) in process_facility() argument 1015 if (facility->reason.choice == eFacilityReason_callForwarded) { in process_facility() 1016 if (facility->options & eFacility_UUIE_alternativeAddress) in process_facility() 1019 &facility-> in process_facility() 1024 if (facility->options & eFacility_UUIE_h245Address) { in process_facility() 1026 &facility->h245Address); in process_facility() 1031 if (facility->options & eFacility_UUIE_fastStart) { in process_facility() 1032 for (i = 0; i < facility->fastStart.count; i++) { in process_facility() 1035 &facility->fastStart.item[i]); in process_facility() 1105 &pdu->h323_message_body.facility); in process_q931()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | alternative.c | 79 if (!__test_facility(a->facility, in __apply_alternatives()
|
| /Linux-v5.4/Documentation/bpf/ |
| D | index.rst | 6 Filter) facility, with a focus on the extended BPF version (eBPF).
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | Kconfig | 26 This enables the opal-prd driver, a facility to run processor
|
| /Linux-v5.4/net/ceph/ |
| D | Kconfig | 39 be resolved using the CONFIG_DNS_RESOLVER facility.
|
| /Linux-v5.4/Documentation/process/ |
| D | submit-checklist.rst | 14 1) If you use a facility then #include the file that defines/declares 15 that facility. Don't depend on other header files pulling in ones
|
| /Linux-v5.4/Documentation/firmware-guide/acpi/ |
| D | method-tracing.rst | 15 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
|