Home
last modified time | relevance | path

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

12345678910>>...29

/kernel/linux/linux-6.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.
/kernel/linux/linux-6.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 */
/kernel/linux/linux-6.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)
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dalternative.h14 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")
Dfacility.h11 #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()
Dcrw.h40 #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 */
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
DKconfig5 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.
/kernel/linux/linux-5.10/arch/s390/kernel/
Dperf_cpum_cf_common.c3 * 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 */
/kernel/linux/linux-6.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.
/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/arch/s390/tools/
Dgen_facilities.c3 * 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 */
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)
/kernel/linux/linux-5.10/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__)
/kernel/linux/linux-6.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__)
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.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()
/kernel/linux/linux-5.10/Documentation/powerpc/
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.

12345678910>>...29