/linux/arch/s390/include/asm/ |
A 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_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory") 154 #define alternative_io(oldinstr, altinstr, facility, output, input...) \ argument 155 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) \
|
A D | Kbuild | 3 generated-y += facility-defs.h
|
/linux/arch/s390/tools/ |
A 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/drivers/base/firmware_loader/ |
A 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/drivers/usb/musb/ |
A D | musb_debug.h | 13 #define yprintk(facility, format, args...) \ argument 14 do { printk(facility "%s %d: " format , \
|
/linux/Documentation/ABI/testing/ |
A D | dev-kmsg | 14 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/kernel/printk/ |
A D | printk.c | 568 (info->facility << 3) | info->level, info->seq, in info_print_ext_header() 647 r = vprintk_emit(facility, level, NULL, fmt, args); in devkmsg_emit() 657 int facility = 1; /* LOG_USER */ in devkmsg_write() local 704 facility = LOG_FACILITY(u); in devkmsg_write() 710 devkmsg_emit(facility, level, "%s", line); in devkmsg_write() 1044 dest_r.info->facility = r->info->facility; in add_to_rb() 2085 if (facility == 0) { in printk_sprint() 2099 int vprintk_store(int facility, int level, in vprintk_store() argument 2142 if (facility == 0) in vprintk_store() 2155 facility, &flags, fmt, args); in vprintk_store() [all …]
|
A D | internal.h | 16 int vprintk_store(int facility, int level,
|
/linux/Documentation/powerpc/ |
A 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/Documentation/admin-guide/acpi/ |
A 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/Documentation/filesystems/caching/ |
A D | operations.rst | 25 FS-Cache has an asynchronous operations handling facility that it uses for its 30 This facility is available to and expected to be used by the cache backends, 34 To make use of this facility, <linux/fscache-cache.h> should be #included. 109 will be given to the slow work facility to process. Such an operation is
|
/linux/Documentation/s390/ |
A 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/Documentation/features/locking/lockdep/ |
A D | arch-support.txt | 4 # description: arch supports the runtime locking correctness debug facility
|
/linux/Documentation/features/core/generic-idle-thread/ |
A D | arch-support.txt | 4 # description: arch makes use of the generic SMP idle thread facility
|
/linux/Documentation/features/core/thread-info-in-task/ |
A D | arch-support.txt | 4 # description: arch makes use of the core kernel facility to embedd thread_info in task_s…
|
/linux/net/netfilter/ |
A D | nf_conntrack_h323_main.c | 1009 Facility_UUIE *facility) in process_facility() argument 1016 if (facility->reason.choice == eFacilityReason_callForwarded) { in process_facility() 1017 if (facility->options & eFacility_UUIE_alternativeAddress) in process_facility() 1020 &facility-> in process_facility() 1025 if (facility->options & eFacility_UUIE_h245Address) { in process_facility() 1027 &facility->h245Address); in process_facility() 1032 if (facility->options & eFacility_UUIE_fastStart) { in process_facility() 1033 for (i = 0; i < facility->fastStart.count; i++) { in process_facility() 1036 &facility->fastStart.item[i]); in process_facility() 1106 &pdu->h323_message_body.facility); in process_q931()
|
/linux/Documentation/x86/ |
A D | xstate.rst | 41 feature or a feature set. A feature set can be mapped to a facility, e.g. 45 is required for a facility to work.
|
/linux/Documentation/admin-guide/ |
A 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/drivers/message/fusion/ |
A D | Kconfig | 112 bool "Fusion MPT logging facility" 114 This turns on a logging facility that can be used to debug a number
|
/linux/arch/s390/ |
A D | Kconfig.debug | 20 This option provides a debugging facility to inject certain artificial events
|
/linux/arch/powerpc/platforms/powernv/ |
A D | Kconfig | 26 This enables the opal-prd driver, a facility to run processor
|
/linux/fs/f2fs/ |
A D | Kconfig | 68 Security labels provide an access control facility to support Linux 87 bool "F2FS fault injection facility"
|
/linux/arch/s390/kernel/ |
A D | alternative.c | 82 if (!__test_facility(a->facility, alt_stfle_fac_list)) in __apply_alternatives()
|
/linux/Documentation/firmware-guide/acpi/ |
A 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
|
/linux/net/ceph/ |
A D | Kconfig | 42 be resolved using the CONFIG_DNS_RESOLVER facility.
|