/Linux-v5.15/Documentation/ABI/testing/ |
D | ima_policy | 22 action: measure | dont_measure | appraise | dont_appraise | 52 when action is "measure" and func is KEY_CHECK. 54 (eg, ima-ng). Only valid when action is "measure". 58 For example, "selinux" to measure critical data for SELinux. 98 measure func=BPRM_CHECK 99 measure func=FILE_MMAP mask=MAY_EXEC 100 measure func=FILE_CHECK mask=MAY_READ uid=0 101 measure func=MODULE_CHECK 102 measure func=FIRMWARE_CHECK 118 measure subj_user=system_u func=FILE_CHECK mask=MAY_READ [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/soc/amlogic/ |
D | clk-measure.txt | 4 The Amlogic SoCs contains an IP to measure the internal clocks. 9 "amlogic,meson-gx-clk-measure" for GX SoCs 10 "amlogic,meson8-clk-measure" for Meson8 SoCs 11 "amlogic,meson8b-clk-measure" for Meson8b SoCs 12 "amlogic,meson-axg-clk-measure" for AXG SoCs 13 "amlogic,meson-g12a-clk-measure" for G12a SoCs 14 "amlogic,meson-sm1-clk-measure" for SM1 SoCs 18 clock-measure@8758 { 19 compatible = "amlogic,meson-gx-clk-measure";
|
/Linux-v5.15/tools/testing/selftests/bpf/benchs/ |
D | bench_rename.c | 41 static void measure(struct bench_res *res) in measure() function 120 .measure = measure, 131 .measure = measure, 142 .measure = measure, 153 .measure = measure, 164 .measure = measure, 175 .measure = measure,
|
D | bench_trigger.c | 115 .measure = trigger_base_measure, 126 .measure = trigger_measure, 137 .measure = trigger_measure, 148 .measure = trigger_measure, 159 .measure = trigger_measure, 170 .measure = trigger_measure, 181 .measure = trigger_measure,
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | cs43130.txt | 28 - cirrus,dc-measure: 31 - cirrus,ac-measure: 40 Define the frequencies at which to measure HP AC impedance. 41 Only used if "cirrus,dc-measure" is defined. 63 cirrus,dc-measure; 64 cirrus,ac-measure;
|
/Linux-v5.15/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 33 the measure (dB measures) and ``uvalue`` is for unsigned values 63 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 82 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 100 This measure is taken during the same interval as 113 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 141 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 157 This measure is taken during the same interval as 170 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 198 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 219 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the [all …]
|
/Linux-v5.15/Documentation/userspace-api/media/rc/ |
D | lirc-set-measure-carrier-mode.rst | 13 LIRC_SET_MEASURE_CARRIER_MODE - enable or disable measure mode 29 enable = 1 means enable measure mode, enable = 0 means disable measure 37 Enable or disable measure mode. If enabled, from the next key
|
/Linux-v5.15/tools/power/cpupower/man/ |
D | cpupower-monitor.1 | 64 Measure interval. 80 Measure idle and frequency characteristics of an arbitrary command/workload. 96 state for some time when the measure starts or ends. In worst case it can happen 97 that one core stayed in an idle state for the whole measure time and the idle 136 power state got entered at least once during measure time. 168 shell script. Hit CTRL\-c to terminate the command and get the measure output
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | ima_arch.c | 39 "measure func=KEXEC_KERNEL_CHECK", 40 "measure func=MODULE_CHECK", 50 "measure func=KEXEC_KERNEL_CHECK template=ima-modsig", 51 "measure func=MODULE_CHECK template=ima-modsig",
|
/Linux-v5.15/drivers/iio/proximity/ |
D | Kconfig | 65 MaxBotix which have an i2c interface. It can be used to measure 78 used to measure the distance of objects. 102 ranger sensor. This driver can be used to measure the distance 149 This driver can be used to measure the distance of objects. 171 This driver can be used to measure the distance of objects.
|
/Linux-v5.15/security/selinux/ |
D | ima.c | 7 * Measure critical data structures maintainted by SELinux 69 * selinux_ima_measure_state_locked - Measure SELinux state and hash of policy 95 * Measure SELinux policy only after initialization is completed. in selinux_ima_measure_state_locked() 114 * selinux_ima_measure_state - Measure SELinux state and hash of policy
|
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/ |
D | imx6ul_tsc.txt | 14 - measure-delay-time: the value of measure delay time. 35 measure-delay-time = <0xfff>;
|
/Linux-v5.15/Documentation/hwmon/ |
D | sht3x.rst | 41 The sht3x sensor supports a single shot mode as well as 5 periodic measure 54 In the periodic measure mode, the sensor automatically triggers a measurement 77 configured limits. Alarm only works in periodic measure mode 79 configured limits. Alarm only works in periodic measure mode
|
D | ltc2990.rst | 27 The chip's inputs can measure 4 voltages, or two inputs together (1+2 and 3+4) 28 can be combined to measure a differential voltage, which is typically used to 29 measure current through a series resistor, or a temperature with an external
|
D | da9052.rst | 23 The ADC is used to measure the following inputs: 33 Channel 7 XY - TSI interface to measure the X and Y voltage of the touch 39 By using sysfs attributes we can measure the system voltage VDDOUT, the battery
|
D | da9055.rst | 22 The ADC is used to measure the following inputs: 30 By using sysfs attributes we can measure the system voltage VDDOUT,
|
/Linux-v5.15/security/integrity/ima/ |
D | ima_policy.c | 7 * - initialize default measure policy rules 41 #define MEASURE 0x0001 /* same as IMA_MEASURE */ macro 92 struct ima_rule_opt_list *keyrings; /* Measure keys added to these keyrings */ 93 struct ima_rule_opt_list *label; /* Measure data grouped under this label */ 135 {.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC, 137 {.action = MEASURE, .func = BPRM_CHECK, .mask = MAY_EXEC, 139 {.action = MEASURE, .func = FILE_CHECK, .mask = MAY_READ, 142 {.action = MEASURE, .func = MODULE_CHECK, .flags = IMA_FUNC}, 143 {.action = MEASURE, .func = FIRMWARE_CHECK, .flags = IMA_FUNC}, 147 {.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC, [all …]
|
D | ima_asymmetric_keys.c | 8 * Defines an IMA hook to measure asymmetric keys on key 18 * ima_post_key_create_or_update - measure asymmetric keys 60 * if the IMA policy is configured to measure a key linked in ima_post_key_create_or_update()
|
D | ima_main.c | 110 * results in a time of measure, time of use (ToMToU) error. 400 * Measure files being mmapped executable based on the ima_must_measure() 479 * So we can be certain that what we verify and measure here is actually 506 * Measure files based on the ima_must_measure() policy decision. 677 * ima_read_file - pre-measure/appraise hook decision based on policy 732 * Measure/appraise/audit in memory file based on policy. Policy rules 766 * Callers of this LSM hook can not measure, appraise, or audit the 820 * Measure/appraise/audit in memory buffer based on policy. Policy rules 843 * process_buffer_measurement - Measure the buffer or the buffer data hash 852 * @buf_hash: measure buffer data hash [all …]
|
D | ima_efi.c | 57 "measure func=KEXEC_KERNEL_CHECK", 61 "measure func=MODULE_CHECK",
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | cputime.h | 10 * If we have CONFIG_VIRT_CPU_ACCOUNTING_NATIVE, we measure cpu time in nsec. 11 * Otherwise we measure cpu time in jiffies using the generic definitions.
|
/Linux-v5.15/Documentation/devicetree/bindings/counter/ |
D | interrupt-counter.yaml | 13 A generic interrupt counter to measure interrupt frequency. It was developed 14 and used for agricultural devices to measure rotation speed of wheels or
|
/Linux-v5.15/include/linux/ |
D | linear_range.h | 13 * for a register value matching certaing physical measure (like voltage). 15 * of the physical measure (like voltage).
|
/Linux-v5.15/arch/mips/cavium-octeon/ |
D | Kconfig | 71 tristate "Module to measure interrupt latency using Octeon CIU Timer" 73 This driver is a module to measure interrupt latency using the
|
/Linux-v5.15/drivers/mfd/ |
D | ucb1x00-ts.c | 111 * Switch to X position mode and measure Y plate. We switch the plate 138 * Switch to Y position mode and measure X plate. We switch the plate 167 * supply. Measure current. 179 * supply. Measure current. 324 * measure and read the X and Y resistance at any time. in ucb1x00_ts_open()
|