/linux/Documentation/ABI/testing/ |
H A D | ima_policy | 22 action: measure | dont_measure | appraise | dont_appraise | 68 when action is "measure" and func is KEY_CHECK. 70 (eg, ima-ng). Only valid when action is "measure". 74 For example, "selinux" to measure critical data for SELinux. 114 measure func=BPRM_CHECK 115 measure func=FILE_MMAP mask=MAY_EXEC 116 measure func=FILE_CHECK mask=MAY_READ uid=0 117 measure func=MODULE_CHECK 118 measure func=FIRMWARE_CHECK 134 measure subj_user=system_u func=FILE_CHECK mask=MAY_READ [all …]
|
/linux/Documentation/devicetree/bindings/soc/amlogic/ |
H A D | amlogic,meson-gx-clk-measure.yaml | 4 $id: http://devicetree.org/schemas/soc/amlogic/amlogic,meson-gx-clk-measure.yaml# 10 The Amlogic SoCs contains an IP to measure the internal clocks. 19 - amlogic,meson-gx-clk-measure 20 - amlogic,meson8-clk-measure 21 - amlogic,meson8b-clk-measure 22 - amlogic,meson-axg-clk-measure 23 - amlogic,meson-g12a-clk-measure 24 - amlogic,meson-sm1-clk-measure 37 clock-measure@8758 { 38 compatible = "amlogic,meson-gx-clk-measure";
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_rename.c | 41 static void measure(struct bench_res *res) in measure() function 114 .measure = measure, 124 .measure = measure, 134 .measure = measure, 144 .measure = measure, 154 .measure = measure, 164 .measure = measure,
|
H A D | bench_bloom_filter_map.c | 389 static void measure(struct bench_res *res) in measure() function 430 .measure = measure, 441 .measure = measure, 452 .measure = measure, 463 .measure = measure, 474 .measure = measure,
|
H A D | bench_local_storage.c | 222 static void measure(struct bench_res *res) in measure() function 257 .measure = measure, 268 .measure = measure, 279 .measure = measure,
|
H A D | bench_bpf_hashmap_full_update.c | 33 static void measure(struct bench_res *res) in measure() function 86 .measure = measure,
|
H A D | bench_bpf_loop.c | 65 static void measure(struct bench_res *res) in measure() function 97 .measure = measure,
|
H A D | bench_local_storage_rcu_tasks_trace.c | 189 static void measure(struct bench_res *res) in measure() function 251 * and rcu_tasks_trace_postgp functions to measure grace period latency and 252 * using /proc/PID/stat to measure rcu_tasks_trace_kthread kernel ticks 260 .measure = measure,
|
/linux/Documentation/devicetree/bindings/sound/ |
H A 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/Documentation/userspace-api/media/dvb/ |
H A 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/Documentation/userspace-api/media/rc/ |
H A 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/tools/power/cpupower/man/ |
H A D | cpupower-monitor.1 | 64 Measure interval. 80 Measure idle and frequency characteristics of an arbitrary command/workload. 91 state for some time when the measure starts or ends. In worst case it can happen 92 that one core stayed in an idle state for the whole measure time and the idle 131 power state got entered at least once during measure time. 163 shell script. Hit CTRL\-c to terminate the command and get the measure output
|
/linux/arch/powerpc/kernel/ |
H A 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/drivers/iio/proximity/ |
H A D | Kconfig | 93 MaxBotix which have an i2c interface. It can be used to measure 106 used to measure the distance of objects. 130 ranger sensor. This driver can be used to measure the distance 211 This driver can be used to measure the distance of objects. 233 This driver can be used to measure the distance of objects.
|
/linux/security/selinux/ |
H A D | ima.c | 7 * Measure critical data structures maintained by SELinux 68 * selinux_ima_measure_state_locked - Measure SELinux state and hash of policy 92 * Measure SELinux policy only after initialization is completed. in selinux_ima_measure_state_locked() 111 * selinux_ima_measure_state - Measure SELinux state and hash of policy
|
/linux/security/integrity/ima/ |
H A 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()
|
H A D | ima_policy.c | 7 * - initialize default measure policy rules 43 #define MEASURE 0x0001 /* same as IMA_MEASURE */ macro 122 struct ima_rule_opt_list *keyrings; /* Measure keys added to these keyrings */ 123 struct ima_rule_opt_list *label; /* Measure data grouped under this label */ 166 {.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC, 168 {.action = MEASURE, .func = BPRM_CHECK, .mask = MAY_EXEC, 170 {.action = MEASURE, .func = FILE_CHECK, .mask = MAY_READ, 173 {.action = MEASURE, .func = MODULE_CHECK, .flags = IMA_FUNC}, 174 {.action = MEASURE, .func = FIRMWARE_CHECK, .flags = IMA_FUNC}, 178 {.action = MEASURE, [all...] |
H A D | ima_main.c | 112 * results in a time of measure, time of use (ToMToU) error. 437 * Measure files being mmapped executable based on the ima_must_measure() 535 * So we can be certain that what we verify and measure here is actually 562 * Measure files based on the ima_must_measure() policy decision. 756 * ima_read_file - pre-measure/appraise hook decision based on policy 811 * Measure/appraise/audit in memory file based on policy. Policy rules 845 * Callers of this LSM hook can not measure, appraise, or audit the 899 * Measure/appraise/audit in memory buffer based on policy. Policy rules 919 * Measure the init_module syscall buffer containing the ELF image. in ima_post_load_data() 929 * process_buffer_measurement - Measure the buffer or the buffer data hash [all …]
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | fsl,imx6ul-tsc.yaml | 43 measure-delay-time: 46 The value of measure delay time. Before X-axis or Y-axis measurement, 94 measure-delay-time = <0xfff>;
|
/linux/Documentation/hwmon/ |
H A D | sht3x.rst | 47 The sht3x sensor supports a single shot mode as well as 5 periodic measure 60 In the periodic measure mode, the sensor automatically triggers a measurement 87 configured limits. Alarm only works in periodic measure mode 89 configured limits. Alarm only works in periodic measure mode
|
H A 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
|
H A 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
|
/linux/Documentation/devicetree/bindings/counter/ |
H A 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/Documentation/devicetree/bindings/hwmon/ |
H A D | ntc-thermistor.yaml | 47 The arrangements of where we measure the voltage over the thermistor are 53 and we take the measure between the thermistor and the pull-down resistor. 57 and we take the measure between the pull-up resistor and the thermistor.
|
/linux/tools/perf/Documentation/ |
H A D | perf-kwork.txt | 6 perf-kwork - Tool to trace/measure kernel work properties (latencies) 84 Use BPF to measure kwork runtime 118 Use BPF to measure kwork latency 187 Use BPF to measure task cpu usage.
|