/Linux-v5.10/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_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
|
D | facility.h | 11 #include <asm/facility-defs.h> 48 * That makes it easier to query facility bits with the bit number as 75 * stfle - Store facility list extended 76 * @stfle_fac_list: array where facility list can be stored 89 /* More facility bits available with stfle */ in __stfle()
|
D | crw.h | 40 #define CRW_RSC_MONITOR 0x2 /* monitoring facility */ 43 #define CRW_RSC_CONFIG 0x9 /* configuration-alert facility */ 53 #define CRW_ERC_PERRI 0x07 /* perm. error, facility init */
|
/Linux-v5.10/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.10/arch/s390/kernel/ |
D | perf_cpum_cf_common.c | 3 * CPU-Measurement Counter Facility Support - Common Layer 21 /* Per-CPU event structure for the counter facility */ 35 /* Indicator whether the CPU-Measurement Counter Facility Support is ready */ 38 /* CPU-measurement alerts for the counter facility */ 105 /* Initialize the CPU-measurement counter facility */ 127 /* Obtain the CPU-measurement alerts for the counter facility */ 141 /* Release the CPU-measurement counter facility */
|
D | setup.c | 55 #include <asm/facility.h> 862 * The store facility list bits numbers as found in the principles in setup_hwcaps() 867 * Bit 7: the store-facility-list-extended facility is installed in setup_hwcaps() 869 * Bit 19: the long-displacement facility is installed in setup_hwcaps() 870 * Bit 21: the extended-immediate facility is installed in setup_hwcaps() 871 * Bit 22: extended-translation facility 3 is installed in setup_hwcaps() 872 * Bit 30: extended-translation facility 3 enhancement facility in setup_hwcaps() 887 * Check for additional facilities with store-facility-list-extended. in setup_hwcaps() 891 * How many facility words are stored depends on the number of in setup_hwcaps() 894 * Bit 42: decimal floating point facility is installed in setup_hwcaps() [all …]
|
D | perf_event.c | 178 seq_printf(m, "CPU-MF: Counter facility: version=%u.%u " in sl_print_counter() 193 seq_printf(m, "CPU-MF: Sampling facility: min_rate=%lu max_rate=%lu" in sl_print_sampling() 197 seq_printf(m, "CPU-MF: Sampling facility: mode=basic" in sl_print_sampling() 200 seq_printf(m, "CPU-MF: Sampling facility: mode=diagnostic" in sl_print_sampling()
|
D | perf_cpum_sf.c | 3 * Performance event support for the System z CPU-measurement Sampling Facility 103 * sf_disable() - Switch off sampling facility 122 * deallocate sampling facility buffer 188 * sampling facility is disabled. 412 * that the sampling facility is enabled too. If the event to be in allocate_buffers() 415 * facility to be in the disabled state. So, account the number of in allocate_buffers() 441 /* Use a percentage-based approach to extend the sampling facility in compute_sfb_extent() 497 * Important: This function disables the sampling facility in order to safely 512 /* Disable the sampling facility to reset any states and also in extend_sampling_buffer() 557 pr_err("Switching off the sampling facility failed " in setup_pmc_cpu() [all …]
|
/Linux-v5.10/arch/s390/tools/ |
D | gen_facilities.c | 3 * Simple program to generate defines out of facility lists that use the bit 35 18, /* long displacement facility */ 38 21, /* extended-immediate facility */ 53 52, /* interlocked facility 2 */ 70 * of the default facility mask and list that are passed to the 97 139, /* multiple epoch facility */ 117 156, /* etoken facility */
|
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.10/include/linux/sunrpc/ |
D | debug.h | 25 dfprintk(FACILITY, fmt, ##__VA_ARGS__) 27 dfprintk_cont(FACILITY, fmt, ##__VA_ARGS__) 29 dfprintk_rcu(FACILITY, fmt, ##__VA_ARGS__) 31 dfprintk_rcu_cont(FACILITY, fmt, ##__VA_ARGS__)
|
/Linux-v5.10/Documentation/ABI/testing/ |
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-v5.10/drivers/misc/cxl/ |
D | hcalls.c | 476 * certain coherent platform facility behaviors. 490 case H_SUCCESS: /* The operation is completed for the coherent platform facility */ in cxl_h_control_facility() 503 case H_STATE: /* The coherent platform facility is not in a valid state */ in cxl_h_control_facility() 513 * cxl_h_reset_adapter - Perform a reset to the coherent platform facility. 543 * platform facility, and for validating the entire 548 * facility is first erased, and then 552 * facility is compared with the image 597 case H_SUCCESS: /* The operation is completed for the coherent platform facility */ in cxl_h_download_facility() 607 case H_STATE: /* The coherent platform facility is not in a valid state */ in cxl_h_download_facility() 621 * platform facility. [all …]
|
D | hcalls.h | 171 * cxl_h_reset_adapter - Perform a reset to the coherent platform facility. 187 * platform facility. 195 * platform facility.
|
/Linux-v5.10/arch/s390/boot/ |
D | als.c | 7 #include <asm/facility.h> 79 * each facility bit adds up to five characters and in print_missing_facilities() 101 sclp_early_printk("See Principles of Operations for facility bits\n"); in facility_mismatch()
|
/Linux-v5.10/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.10/Documentation/filesystems/caching/ |
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-v5.10/drivers/usb/musb/ |
D | musb_debug.h | 13 #define yprintk(facility, format, args...) \ argument 14 do { printk(facility "%s %d: " format , \
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_tm.c | 80 /* check EBB facility is available */ in kvmhv_p9_tm_emulation() 87 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation() 136 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation() 166 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation() 204 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
|
/Linux-v5.10/drivers/scsi/snic/ |
D | snic_trc.c | 132 SNIC_ERR("Trace Facility not enabled.\n"); in snic_trc_init() 146 SNIC_INFO("Trace Facility Enabled.\n Trace Buffer SZ %lu Pages.\n", in snic_trc_init() 169 SNIC_INFO("Trace Facility Disabled.\n"); in snic_trc_free()
|
/Linux-v5.10/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.10/Documentation/firmware-guide/acpi/ |
D | method-tracing.rst | 5 ACPICA Trace Facility 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-v5.10/drivers/s390/cio/ |
D | cio.h | 19 u32 qf : 1; /* qdio facility */ 27 u32 tf : 1; /* timing facility */ 44 /* ... per MSCH, however, if facility */
|
/Linux-v5.10/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.10/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
|