/Linux-v4.19/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-v4.19/arch/s390/tools/ |
D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 31 $(kapi)/facility-defs.h: $(obj)/gen_facilities FORCE 32 $(call filechk,facility-defs.h)
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_debug.h | 13 #define yprintk(facility, format, args...) \ argument 14 do { printk(facility "%s %d: " format , \
|
/Linux-v4.19/drivers/base/firmware_loader/ |
D | Kconfig | 4 tristate "Firmware loading facility" if EXPERT 7 This enables the firmware loading facility in the kernel. The kernel 70 This option enables a sysfs loading facility to enable firmware 82 the requested firmware a sysfs fallback loading facility is made 90 This used to be the default firmware loading facility, and udev used 92 loading facility functionality in udev has been removed, as such it 99 Since this was the default firmware loading facility at one point, 126 for provisioning. Since udev's firmware loading facility has been 136 facility in userspace.
|
/Linux-v4.19/kernel/printk/ |
D | printk.c | 364 u8 facility; /* syslog facility */ member 585 static int log_store(int facility, int level, in log_store() argument 626 msg->facility = facility; in log_store() 700 (msg->facility << 3) | msg->level, seq, ts_usec, in msg_print_ext_header() 765 int facility = 1; /* LOG_USER */ in devkmsg_write() local 812 facility = LOG_FACILITY(u); in devkmsg_write() 819 printk_emit(facility, level, NULL, 0, "%s", line); in devkmsg_write() 1231 unsigned int prefix = (msg->facility << 3) | msg->level; in print_prefix() 1754 u8 facility; /* log facility of first message */ member 1763 log_store(cont.facility, cont.level, cont.flags, cont.ts_nsec, in cont_flush() [all …]
|
D | internal.h | 28 int vprintk_store(int facility, int level,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | dev-kmsg | 13 carries the syslog priority and facility. The single decimal 15 priority and the higher 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-v4.19/Documentation/powerpc/ |
D | dscr.txt | 64 create a facility unavailable exception. Inside this exception handler 67 the DSCR facility for the next time around (both for read and write) by 68 setting DSCR facility in the FSCR register.
|
/Linux-v4.19/Documentation/acpi/ |
D | initrd_table_override.txt | 31 that a workaround is not accepted in the Linux kernel. And this facility 35 This facility can be used by platform/BIOS vendors to provide a Linux 38 This facility also provides a powerful feature to easily debug and test
|
D | method-tracing.txt | 10 tracing facility. 63 There are special log entries added by the method tracing facility at 125 Note that all above method tracing facility related module parameters can
|
/Linux-v4.19/Documentation/features/locking/lockdep/ |
D | arch-support.txt | 4 # description: arch supports the runtime locking correctness debug facility
|
/Linux-v4.19/Documentation/features/core/generic-idle-thread/ |
D | arch-support.txt | 4 # description: arch makes use of the generic SMP idle thread facility
|
/Linux-v4.19/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-v4.19/drivers/isdn/hardware/eicon/ |
D | debug_if.h | 37 dword facility; member
|
/Linux-v4.19/fs/f2fs/ |
D | Kconfig | 57 Security labels provide an access control facility to support Linux 95 bool "F2FS fault injection facility"
|
/Linux-v4.19/drivers/message/fusion/ |
D | Kconfig | 111 bool "Fusion MPT logging facility" 113 This turns on a logging facility that can be used to debug a number
|
/Linux-v4.19/Documentation/bpf/ |
D | index.rst | 6 Filter) facility, with a focus on the extended BPF version (eBPF).
|
/Linux-v4.19/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-v4.19/net/netfilter/ |
D | nf_conntrack_h323_main.c | 1014 Facility_UUIE *facility) in process_facility() argument 1021 if (facility->reason.choice == eFacilityReason_callForwarded) { in process_facility() 1022 if (facility->options & eFacility_UUIE_alternativeAddress) in process_facility() 1025 &facility-> in process_facility() 1030 if (facility->options & eFacility_UUIE_h245Address) { in process_facility() 1032 &facility->h245Address); in process_facility() 1037 if (facility->options & eFacility_UUIE_fastStart) { in process_facility() 1038 for (i = 0; i < facility->fastStart.count; i++) { in process_facility() 1041 &facility->fastStart.item[i]); in process_facility() 1111 &pdu->h323_message_body.facility); in process_q931()
|
/Linux-v4.19/net/ceph/ |
D | Kconfig | 38 be resolved using the CONFIG_DNS_RESOLVER facility.
|
/Linux-v4.19/arch/s390/kernel/ |
D | alternative.c | 79 if (!__test_facility(a->facility, in __apply_alternatives()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | Kconfig | 58 Security labels provide an access control facility to support Linux 75 bool "EROFS fault injection facility"
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | Kconfig | 32 This enables the opal-prd driver, a facility to run processor
|
/Linux-v4.19/include/linux/ |
D | printk.h | 162 int vprintk_emit(int facility, int level, 170 int printk_emit(int facility, int level,
|