Home
last modified time | relevance | path

Searched full:facility (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/Linux-v6.6/Documentation/powerpc/
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.
101 Signal Processing Engine facility is available.
110 The timebase facility (mftb instruction) is not available.
153 DFP facility is available.
163 VSX facility is available.
188 DSCR facility is available.
[all …]
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-v6.6/arch/s390/include/asm/
Dalternative.h14 u16 facility; /* facility bit set for replacement */ member
51 #define ALTINSTR_ENTRY(facility, num) \ argument
54 "\t.word " __stringify(facility) "\n" /* facility bit */ \
63 #define ALTERNATIVE(oldinstr, altinstr, facility) \ argument
69 ALTINSTR_ENTRY(facility, 1) \
95 #define alternative(oldinstr, altinstr, facility) \ argument
96 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
108 #define alternative_io(oldinstr, altinstr, facility, output, input...) \ argument
109 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) \
Dfacility.h11 #include <asm/facility-defs.h>
55 * That makes it easier to query facility bits with the bit number as
84 * stfle - Store facility list extended
85 * @stfle_fac_list: array where facility list can be stored
100 /* More facility bits available with stfle */ in __stfle()
Dcrw.h39 #define CRW_RSC_MONITOR 0x2 /* monitoring facility */
42 #define CRW_RSC_CONFIG 0x9 /* configuration-alert facility */
52 #define CRW_ERC_PERRI 0x07 /* perm. error, facility init */
/Linux-v6.6/arch/s390/tools/
Dgen_facilities.c3 * Simple program to generate defines out of facility lists that use the bit
32 18, /* long displacement facility */
33 21, /* extended-immediate facility */
45 52, /* interlocked facility 2 */
62 * of the default facility mask and list that are passed to the
89 139, /* multiple epoch facility */
109 156, /* etoken facility */
110 165, /* nnpa facility */
111 193, /* bear enhancement facility */
112 194, /* rdp enhancement facility */
[all …]
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-v6.6/drivers/base/firmware_loader/
DKconfig5 tristate "Firmware loading facility" if EXPERT
10 This enables the firmware loading facility in the kernel. The kernel
94 This option enables a sysfs loading facility to enable firmware
106 the requested firmware a sysfs fallback loading facility is made
114 This used to be the default firmware loading facility, and udev used
116 loading facility functionality in udev has been removed, as such it
123 Since this was the default firmware loading facility at one point,
150 for provisioning. Since udev's firmware loading facility has been
160 facility in userspace.
/Linux-v6.6/Documentation/ABI/testing/
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 errors facility; any kind of timed-out or
49 Description: SCMI Raw notification snooping facility; any notification
60 Description: SCMI Raw stack reset facility; writing a value to this entry
72 Description: SCMI Raw synchronous message injection/snooping facility; write
96 Description: SCMI Raw asynchronous message injection/snooping facility; write
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-v6.6/include/linux/sunrpc/
Ddebug.h25 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-v6.6/drivers/misc/cxl/
Dhcalls.c476 * 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 …]
/Linux-v6.6/arch/s390/boot/
Dals.c7 #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-v6.6/arch/s390/kernel/
Dperf_event.c157 seq_printf(m, "CPU-MF: Counter facility: version=%u.%u " in sl_print_counter()
172 seq_printf(m, "CPU-MF: Sampling facility: min_rate=%lu max_rate=%lu" in sl_print_sampling()
176 seq_printf(m, "CPU-MF: Sampling facility: mode=basic" in sl_print_sampling()
179 seq_printf(m, "CPU-MF: Sampling facility: mode=diagnostic" in sl_print_sampling()
Dalternative.c7 #include <asm/facility.h>
34 if (!__test_facility(a->facility, alt_stfle_fac_list)) in __apply_alternatives()
Dperf_cpum_sf.c3 * Performance event support for the System z CPU-measurement Sampling Facility
155 * sf_disable() - Switch off sampling facility
174 * deallocate sampling facility buffer
241 * sampling facility is disabled.
465 * that the sampling facility is enabled too. If the event to be in allocate_buffers()
468 * facility to be in the disabled state. So, account the number of in allocate_buffers()
494 /* Use a percentage-based approach to extend the sampling facility in compute_sfb_extent()
550 * Important: This function disables the sampling facility in order to safely
565 /* Disable the sampling facility to reset any states and also in extend_sampling_buffer()
618 pr_err("Switching off the sampling facility failed with rc %i\n", err); in setup_pmc_cpu()
[all …]
/Linux-v6.6/drivers/usb/musb/
Dmusb_debug.h13 #define yprintk(facility, format, args...) \ argument
14 do { printk(facility "%s %d: " format , \
/Linux-v6.6/drivers/scsi/snic/
Dsnic_trc.c118 SNIC_ERR("Trace Facility not enabled.\n"); in snic_trc_init()
132 SNIC_INFO("Trace Facility Enabled.\n Trace Buffer SZ %lu Pages.\n", in snic_trc_init()
155 SNIC_INFO("Trace Facility Disabled.\n"); in snic_trc_free()
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_hv_tm.c89 /* check EBB facility is available */ in kvmhv_p9_tm_emulation()
97 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
148 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
180 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
220 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
/Linux-v6.6/Documentation/admin-guide/acpi/
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-v6.6/arch/s390/include/uapi/asm/
Dhwctrset.h5 * counter facility device driver.
10 * counter facility device driver.
/Linux-v6.6/Documentation/firmware-guide/acpi/
Dmethod-tracing.rst5 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-v6.6/Documentation/arch/s390/
Dvfio-ap.rst2 Adjunct Processor (AP) facility
8 The Adjunct Processor (AP) facility is an IBM Z cryptographic facility comprised
457 facilities: The AP Facilities Test (APFT) facility; the AP Query
458 Configuration Information (QCI) facility; and the AP Queue Interruption Control
459 facility. These features/facilities are made available to a KVM guest via the
466 2. apft: Indicates the APFT facility is available on the guest. This facility
468 facility bit 15 is set).
470 3. apqci: Indicates the AP QCI facility is available on the guest. This facility
472 facility bit 12 is set).
475 guest. This facility can be made available to the guest only if it is
[all …]
/Linux-v6.6/drivers/s390/cio/
Dcio.h20 u32 qf : 1; /* qdio facility */
28 u32 tf : 1; /* timing facility */
45 /* ... per MSCH, however, if facility */
/Linux-v6.6/Documentation/admin-guide/
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 facility currently only supports the RSA public key encryption
41 The module signing facility is enabled by going to the

12345678910>>...15