Home
last modified time | relevance | path

Searched refs:st (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/arch/arm64/mm/
A Dptdump.c171 (void *)st->start_address, (void *)st->start_address); in note_prot_uxn()
173 st->uxn_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_uxn()
186 (void *)st->start_address, (void *)st->start_address); in note_prot_wx()
188 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
200 if (st->mm && ((level == 1 && mm_p4d_folded(st->mm)) || in note_page()
212 } else if (prot != st->current_prot || level != st->level || in note_page()
232 if (st->current_prot && pg_level[st->level].bits) in note_page()
233 dump_prot(st, pg_level[st->level].bits, in note_page()
248 st->marker++; in note_page()
358 if (st.wx_pages || st.uxn_pages) { in ptdump_check_wx()
[all …]
/arch/arm/boot/dts/ti/omap/
A Domap3-gta04a3.dts16 compatible = "st,lis331dlh", "st,lis3lv02d";
23 st,click-single-x;
24 st,click-single-y;
25 st,click-single-z;
31 st,irq1-click;
32 st,wakeup-x-lo;
33 st,wakeup-x-hi;
34 st,wakeup-y-lo;
35 st,wakeup-y-hi;
36 st,wakeup-z-lo;
[all …]
A Domap3-overo-common-peripherals.dtsi55 compatible = "st,lis33de", "st,lis3lv02d";
60 st,click-single-x;
61 st,click-single-y;
66 st,irq1-click;
67 st,irq2-click;
68 st,wakeup-x-lo;
69 st,wakeup-x-hi;
70 st,wakeup-y-lo;
71 st,wakeup-y-hi;
72 st,wakeup-z-lo;
[all …]
/arch/loongarch/mm/
A Dpage.S16 st.d zero, a0, 0
17 st.d zero, a0, 8
18 st.d zero, a0, 16
19 st.d zero, a0, 24
20 st.d zero, a0, 32
21 st.d zero, a0, 40
22 st.d zero, a0, 48
23 st.d zero, a0, 56
53 st.d t0, a0, 0
54 st.d t1, a0, 8
[all …]
/arch/arm/mm/
A Ddump.c246 if (!st->check_wx) in note_prot_wx()
248 if ((st->current_prot & pg_level[st->level].ro_bit->mask) == in note_prot_wx()
251 if ((st->current_prot & pg_level[st->level].nx_bit->mask) == in note_prot_wx()
258 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
267 if (!st->level) { in note_page()
271 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
272 } else if (prot != st->current_prot || level != st->level || in note_page()
294 dump_prot(st, pg_level[st->level].bits, pg_level[st->level].num); in note_page()
299 st->marker++; in note_page()
466 if (st.wx_pages) in ptdump_check_wx()
[all …]
/arch/powerpc/mm/ptdump/
A Dptdump.c179 pt_dump_seq_printf(st->seq, " " REG " ", st->start_pa); in dump_addr()
180 pt_dump_size(st->seq, addr - st->start_address); in dump_addr()
187 if (!st->check_wx) in note_prot_wx()
195 (void *)st->start_address, (void *)st->start_address); in note_prot_wx()
197 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
211 st->marker++; in note_page_update_state()
212 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page_update_state()
223 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
232 } else if (flag != st->current_flags || level != st->level || in note_page()
242 dump_flag_info(st, pg_level[st->level].flag, in note_page()
[all …]
/arch/x86/mm/
A Ddump_pagetables.c327 st->level = level; in note_page()
329 st->lines = 0; in note_page()
345 st->lines < st->marker->max_lines) { in note_page()
358 printk_prot(m, st->current_prot, st->level, in note_page()
361 st->lines++; in note_page()
370 st->lines > st->marker->max_lines) { in note_page()
372 st->lines - st->marker->max_lines; in note_page()
378 st->marker++; in note_page()
379 st->lines = 0; in note_page()
462 if (st.wx_pages) { in ptdump_walk_pgd_level_core()
[all …]
/arch/loongarch/lib/
A Dmemset.S48 1: st.b a1, a0, 0
73 st.d a1, a0, 0
84 st.d a1, a3, 0
85 st.d a1, a3, 8
99 st.d a1, a3, 0
100 st.d a1, a3, 8
108 st.d a1, a3, 0
109 st.d a1, a3, 8
115 st.d a1, a3, 0
143 st.b a1, a0, 2
[all …]
A Dclear_user.S34 1: st.b zero, a0, 0
56 0: st.d zero, a0, 0
67 1: st.d zero, a0, 0
68 2: st.d zero, a0, 8
69 3: st.d zero, a0, 16
70 4: st.d zero, a0, 24
71 5: st.d zero, a0, 32
72 6: st.d zero, a0, 40
73 7: st.d zero, a0, 48
74 8: st.d zero, a0, 56
[all …]
A Dmemcpy.S43 st.b t0, a0, 0
66 st.b t0, a0, 0
71 st.h t0, a0, 0
77 st.h t0, a0, 0
78 st.b t1, a0, 2
83 st.w t0, a0, 0
89 st.w t0, a0, 0
90 st.b t1, a0, 4
96 st.w t0, a0, 0
97 st.h t1, a0, 4
[all …]
/arch/riscv/mm/
A Dptdump.c251 pt_dump_seq_printf(st->seq, " " ADDR_FORMAT " ", st->start_pa); in dump_addr()
265 if (!st->check_wx) in note_prot_wx()
273 (void *)st->start_address, (void *)st->start_address); in note_prot_wx()
275 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
293 st->last_pa = pa; in note_page()
294 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
296 level != st->level || addr >= st->marker[1].start_address) { in note_page()
300 dump_prot(st); in note_page()
305 st->marker++; in note_page()
312 st->last_pa = pa; in note_page()
[all …]
/arch/arm/boot/dts/st/
A Dspear320-evb.dts13 compatible = "st,spear320-evb", "st,spear320";
23 st,pinmux-mode = <4>;
29 st,pins = "i2c0_grp";
30 st,function = "i2c0";
33 st,pins = "mii0_grp";
34 st,function = "mii0";
37 st,pins = "ssp0_grp";
38 st,function = "ssp0";
49 st,pins = "i2s_grp";
50 st,function = "i2s";
[all …]
A Dspear310-evb.dts13 compatible = "st,spear310-evb", "st,spear310";
34 st,function = "gpio0";
37 st,pins = "i2c0_grp";
38 st,function = "i2c0";
41 st,pins = "mii0_grp";
42 st,function = "mii0";
45 st,pins = "ssp0_grp";
46 st,function = "ssp0";
54 st,function = "emi";
57 st,pins = "fsmc_grp";
[all …]
A Dspear1310-evb.dts13 compatible = "st,spear1310-evb", "st,spear1310";
28 st,pins = "i2c0_grp";
29 st,function = "i2c0";
32 st,pins = "i2s0_grp";
33 st,function = "i2s0";
36 st,pins = "i2s1_grp";
37 st,function = "i2s1";
45 st,function = "clcd";
48 st,pins = "gmii_grp";
65 st,function = "smi";
[all …]
A Dspear1340-evb.dts13 compatible = "st,spear1340-evb", "st,spear1340";
33 st,function = "fsmc";
36 st,pins = "uart0_grp";
40 st,pins = "i2c0_grp";
41 st,function = "i2c0";
44 st,pins = "i2c1_grp";
45 st,function = "i2c1";
60 st,pins = "smi_grp";
61 st,function = "smi";
65 st,function = "i2s";
[all …]
A Dspear320-hmi.dts13 compatible = "st,spear320-hmi", "st,spear320";
23 st,pinmux-mode = <4>;
29 st,pins = "i2c0_grp";
30 st,function = "i2c0";
33 st,pins = "ssp0_grp";
34 st,function = "ssp0";
41 st,pins = "clcd_grp";
42 st,function = "clcd";
53 st,pins = "i2s_grp";
54 st,function = "i2s";
[all …]
A Dstih410-clock.dtsi34 compatible = "st,clkgen-c32";
49 compatible = "st,stih407-clkgen-a9-mux", "st,clkgen-mux";
70 compatible = "st,clkgen-c32";
81 compatible = "st,flexgen", "st,flexgen-stih410-a0";
91 compatible = "st,clkgen-c32";
117 compatible = "st,flexgen", "st,flexgen-stih410-c0";
145 compatible = "st,clkgen-c32";
150 compatible = "st,quadfs-d0";
157 compatible = "st,flexgen", "st,flexgen-stih410-d0";
180 compatible = "st,flexgen", "st,flexgen-stih407-d2";
[all …]
A Dstih418-clock.dtsi34 compatible = "st,clkgen-c32";
49 compatible = "st,stih407-clkgen-a9-mux", "st,clkgen-mux";
70 compatible = "st,clkgen-c32";
81 compatible = "st,flexgen", "st,flexgen-stih410-a0";
91 compatible = "st,clkgen-c32";
117 compatible = "st,flexgen", "st,flexgen-stih418-c0";
145 compatible = "st,clkgen-c32";
150 compatible = "st,quadfs-d0";
157 compatible = "st,flexgen", "st,flexgen-stih410-d0";
180 compatible = "st,flexgen", "st,flexgen-stih418-d2";
[all …]
A Dstm32f746.dtsi89 compatible = "st,stm32-pwm";
111 compatible = "st,stm32-pwm";
133 compatible = "st,stm32-pwm";
283 compatible = "st,stm32-rtc";
401 st,can-primary;
402 st,gcan = <&gcan1>;
419 st,can-secondary;
420 st,gcan = <&gcan1>;
660 compatible = "st,stm32f746-rcc", "st,stm32-rcc";
663 st,syscfg = <&pwrcfg>;
[all …]
A Dstih407-clock.dtsi31 compatible = "st,clkgen-c32";
65 compatible = "st,clkgen-c32";
76 compatible = "st,flexgen", "st,flexgen-stih407-a0";
86 compatible = "st,clkgen-c32";
105 compatible = "st,quadfs-pll";
112 compatible = "st,flexgen", "st,flexgen-stih407-c0";
140 compatible = "st,clkgen-c32";
145 compatible = "st,quadfs-d0";
152 compatible = "st,flexgen", "st,flexgen-stih407-d0";
175 compatible = "st,flexgen", "st,flexgen-stih407-d2";
[all …]
A Dstih407-family.dtsi238 compatible = "st,st-delta";
298 compatible = "st,vtg";
304 compatible = "st,vtg";
310 compatible = "st,asc";
320 compatible = "st,asc";
600 compatible = "st,sdhci-stih407", "st,sdhci";
615 compatible = "st,sdhci-stih407", "st,sdhci";
796 st,gmac_en;
850 compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc";
867 compatible = "st,stih407-fdma-mpe31-12", "st,slim-rproc";
[all …]
/arch/s390/mm/
A Ddump_pagetables.c73 if (!st->check_wx) in note_prot_wx()
92 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
100 st->marker++; in note_page_update_state()
106 st->level = level; in note_page_update_state()
115 struct pg_state *st; in note_page() local
120 m = st->seq; in note_page()
130 if (st->level == -1) { in note_page()
133 } else if (prot != st->current_prot || level != st->level || in note_page()
145 print_prot(m, st->current_prot, st->level); in note_page()
184 struct pg_state st = { in ptdump_check_wx() local
[all …]
/arch/s390/kernel/
A Dwti.c84 st->dbg.pid = current->pid; in store_debug_data()
85 st->dbg.addr = 0; in store_debug_data()
87 st->dbg.addr = regs->psw.addr; in store_debug_data()
97 store_debug_data(st); in wti_interrupt()
98 st->pending = true; in wti_interrupt()
99 wake_up_process(st->thread); in wti_interrupt()
106 return st->pending; in wti_pending()
124 struct wti_state *st; in wti_show() local
146 st->pending = false; in wti_thread_fn()
153 wti_dbf_grace_period(st); in wti_thread_fn()
[all …]
/arch/x86/include/uapi/asm/
A Dstat.h32 #define INIT_STRUCT_STAT_PADDING(st) do { \ argument
33 st.__unused4 = 0; \
34 st.__unused5 = 0; \
76 #define INIT_STRUCT_STAT64_PADDING(st) do { \ argument
77 memset(&st.__pad0, 0, sizeof(st.__pad0)); \
78 memset(&st.__pad3, 0, sizeof(st.__pad3)); \
107 #define INIT_STRUCT_STAT_PADDING(st) do { \ argument
108 st.__pad0 = 0; \
109 st.__unused[0] = 0; \
110 st.__unused[1] = 0; \
[all …]
/arch/arm64/kvm/
A Dptdump.c104 if (!st) in kvm_ptdump_parser_create()
109 kfree(st); in kvm_ptdump_parser_create()
117 st->kvm = kvm; in kvm_ptdump_parser_create()
119 .marker = &st->ipa_marker[0], in kvm_ptdump_parser_create()
121 .pg_level = &st->level[0], in kvm_ptdump_parser_create()
126 return st; in kvm_ptdump_parser_create()
133 struct kvm *kvm = st->kvm; in kvm_ptdump_guest_show()
161 if (IS_ERR(st)) { in kvm_ptdump_guest_open()
162 ret = PTR_ERR(st); in kvm_ptdump_guest_open()
170 kfree(st); in kvm_ptdump_guest_open()
[all …]

Completed in 52 milliseconds

12345678910>>...24