Home
last modified time | relevance | path

Searched refs:saw (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/misc/lkdtm/
H A Dheap.c94 int *base, *val, saw; in lkdtm_READ_AFTER_FREE() local
124 saw = base[offset]; in lkdtm_READ_AFTER_FREE()
125 if (saw != *val) { in lkdtm_READ_AFTER_FREE()
127 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
138 int *base, val, saw; in lkdtm_KFENCE_READ_AFTER_FREE() local
175 saw = base[offset]; in lkdtm_KFENCE_READ_AFTER_FREE()
176 if (saw != val) { in lkdtm_KFENCE_READ_AFTER_FREE()
178 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_KFENCE_READ_AFTER_FREE()
217 int saw, *val; in lkdtm_READ_BUDDY_AFTER_FREE() local
239 saw = base[0]; in lkdtm_READ_BUDDY_AFTER_FREE()
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996-xiaomi-common.dtsi646 qcom,saw-reg = <&saw3>;
648 qcom,saw-slave;
651 qcom,saw-slave;
654 qcom,saw-slave;
657 qcom,saw-leader;
H A Dmsm8996-oneplus-common.dtsi259 qcom,saw-reg = <&saw3>;
262 qcom,saw-slave;
266 qcom,saw-slave;
270 qcom,saw-leader;
H A Dmsm8996-sony-xperia-tone.dtsi590 qcom,saw-reg = <&saw3>;
593 qcom,saw-slave;
597 qcom,saw-slave;
601 qcom,saw-leader;
H A Dapq8096-db820c.dts604 qcom,saw-reg = <&saw3>;
608 qcom,saw-slave;
611 qcom,saw-slave;
614 qcom,saw-leader;
H A Dmsm8939.dtsi54 qcom,saw = <&saw0>;
73 qcom,saw = <&saw1>;
87 qcom,saw = <&saw2>;
101 qcom,saw = <&saw3>;
114 qcom,saw = <&saw4>;
134 qcom,saw = <&saw5>;
148 qcom,saw = <&saw6>;
162 qcom,saw = <&saw7>;
H A Dmsm8916.dtsi149 qcom,saw = <&cpu0_saw>;
164 qcom,saw = <&cpu1_saw>;
179 qcom,saw = <&cpu2_saw>;
194 qcom,saw = <&cpu3_saw>;
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8084.dtsi37 qcom,saw = <&saw0>;
48 qcom,saw = <&saw1>;
59 qcom,saw = <&saw2>;
70 qcom,saw = <&saw3>;
78 qcom,saw = <&saw_l2>;
H A Dqcom-ipq4019.dtsi52 qcom,saw = <&saw0>;
65 qcom,saw = <&saw1>;
78 qcom,saw = <&saw2>;
91 qcom,saw = <&saw3>;
102 qcom,saw = <&saw_l2>;
H A Dqcom-msm8226.dtsi52 qcom,saw = <&saw0>;
65 qcom,saw = <&saw1>;
78 qcom,saw = <&saw2>;
91 qcom,saw = <&saw3>;
H A Dqcom-apq8064.dtsi46 qcom,saw = <&saw0>;
57 qcom,saw = <&saw1>;
68 qcom,saw = <&saw2>;
79 qcom,saw = <&saw3>;
H A Dqcom-msm8974.dtsi47 qcom,saw = <&saw0>;
58 qcom,saw = <&saw1>;
69 qcom,saw = <&saw2>;
80 qcom,saw = <&saw3>;
88 qcom,saw = <&saw_l2>;
H A Dqcom-msm8960.dtsi59 qcom,saw = <&saw0>;
69 qcom,saw = <&saw1>;
H A Dqcom-ipq8064.dtsi32 qcom,saw = <&saw0>;
42 qcom,saw = <&saw1>;
/linux/tools/power/cpupower/
H A DTODO6 - Somewhere saw the ability to read power consumption of
/linux/scripts/
H A Dget_maintainer.pl2470 my %saw;
2471 @parms = grep(!$saw{$_}++, @parms);
2478 my %saw;
2480 @parms = grep(!$saw{$_}++, @parms);
2535 my %saw;
2539 if (!$saw{$address}) {
2545 $saw{$address} = 1;
/linux/drivers/eisa/
H A DKconfig18 the older ISA bus. The EISA bus saw limited use between 1988 and
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h39 u32 saw; /* Source Address Word */ member
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-aer10 saw any problems).
/linux/Documentation/RCU/
H A DRTFP.txt91 1995 also saw the first publication of DYNIX/ptx's RCU mechanism
102 The year 2000 saw an email exchange that would likely have
104 [RustyRussell2000a,RustyRussell2000b]. Instead, 2001 saw the first
137 Later that year saw a paper describing an RCU implementation
154 2006 saw the first best-paper award for an RCU paper [ThomasEHart2006a],
162 2007 saw the journal version of the award-winning RCU paper from 2006
170 2008 saw a journal paper on real-time RCU [DinakarGuniguntala2008IBMSysJ],
1436 like it, but time he saw an opportunity for this technique,
/linux/Documentation/watchdog/
H A Dwatchdog-api.rst224 The watchdog saw a keepalive ping since it was last queried.
/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst158 Historically, memcg's shmem handling was poor and we saw some amount
/linux/Documentation/scheduler/
H A Dsched-stats.rst24 12 which was in the kernel from 2.6.13-2.6.19 (version 13 never saw a kernel
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt62 filled in and ready for use. It would be very bad if the consumer saw the
63 flag set, but, due to memory misordering, saw old values in the buffer.
722 "exists" clause therefore tests whether line 20's load from "y" saw the
/linux/Documentation/process/
H A D1.Intro.rst115 Amanda McPherson, who saw the value of this effort and made it all happen.

12