Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 25 of 61) sorted by relevance

123

/arch/m68k/atari/
A Dnvram.c193 seq_puts(seq, "Boot preference : "); in atari_nvram_proc_read()
204 seq_puts(seq, "SCSI host ID : "); in atari_nvram_proc_read()
208 seq_puts(seq, "n/a\n"); in atari_nvram_proc_read()
213 seq_puts(seq, "OS language : "); in atari_nvram_proc_read()
218 seq_puts(seq, "Keyboard language: "); in atari_nvram_proc_read()
223 seq_puts(seq, "Date format : "); in atari_nvram_proc_read()
227 seq_puts(seq, "Boot delay : "); in atari_nvram_proc_read()
229 seq_puts(seq, "default\n"); in atari_nvram_proc_read()
231 seq_printf(seq, "%ds%s\n", nvram[10], in atari_nvram_proc_read()
235 seq_printf(seq, in atari_nvram_proc_read()
[all …]
/arch/powerpc/platforms/pseries/
A Dpapr-rtas-common.c90 if (!seq->work) in papr_rtas_blob_generate()
94 while (err == 0 && (buf = seq->work(seq, &len))) in papr_rtas_blob_generate()
109 if (seq->error == 0) in papr_rtas_sequence_set_err()
110 seq->error = err; in papr_rtas_sequence_set_err()
112 return seq->error; in papr_rtas_sequence_set_err()
136 if (seq->begin) in papr_rtas_run_sequence()
137 seq->begin(seq); in papr_rtas_run_sequence()
143 if (seq->end) in papr_rtas_run_sequence()
144 seq->end(seq); in papr_rtas_run_sequence()
147 if (seq->error) { in papr_rtas_run_sequence()
[all …]
A Dpapr-vpd.c127 static void vpd_sequence_begin(struct papr_rtas_sequence *seq) in vpd_sequence_begin() argument
137 vpd_params = (struct rtas_ibm_get_vpd_params *)seq->params; in vpd_sequence_begin()
146 vpd_params = (struct rtas_ibm_get_vpd_params *)seq->params; in vpd_sequence_begin()
159 static void vpd_sequence_end(struct papr_rtas_sequence *seq) in vpd_sequence_end() argument
163 vpd_params = (struct rtas_ibm_get_vpd_params *)seq->params; in vpd_sequence_end()
177 p = (struct rtas_ibm_get_vpd_params *)seq->params; in vpd_sequence_fill_work_area()
180 if (papr_rtas_sequence_should_stop(seq, p->status, init_state)) in vpd_sequence_fill_work_area()
182 if (papr_rtas_sequence_set_err(seq, rtas_ibm_get_vpd(p))) in vpd_sequence_fill_work_area()
214 struct papr_rtas_sequence seq = {}; in papr_vpd_create_handle() local
224 seq = (struct papr_rtas_sequence) { in papr_vpd_create_handle()
[all …]
A Dpapr-rtas-common.h40 void (*begin)(struct papr_rtas_sequence *seq);
41 void (*end)(struct papr_rtas_sequence *seq);
42 const char *(*work)(struct papr_rtas_sequence *seq, size_t *len);
47 extern int papr_rtas_sequence_set_err(struct papr_rtas_sequence *seq,
49 extern const struct papr_rtas_blob *papr_rtas_retrieve(struct papr_rtas_sequence *seq);
50 extern long papr_rtas_setup_file_interface(struct papr_rtas_sequence *seq,
52 extern bool papr_rtas_sequence_should_stop(const struct papr_rtas_sequence *seq,
A Dpapr-phy-attest.c137 static void phy_attest_sequence_begin(struct papr_rtas_sequence *seq) in phy_attest_sequence_begin() argument
148 param = (struct rtas_phy_attest_params *)seq->params; in phy_attest_sequence_begin()
163 static void phy_attest_sequence_end(struct papr_rtas_sequence *seq) in phy_attest_sequence_end() argument
167 param = (struct rtas_phy_attest_params *)seq->params; in phy_attest_sequence_end()
182 p = (struct rtas_phy_attest_params *)seq->params; in phy_attest_sequence_fill_work_area()
185 if (papr_rtas_sequence_should_stop(seq, p->status, init_state)) in phy_attest_sequence_fill_work_area()
187 if (papr_rtas_sequence_set_err(seq, rtas_physical_attestation(p))) in phy_attest_sequence_fill_work_area()
222 struct papr_rtas_sequence seq = {}; in papr_phy_attest_create_handle() local
237 seq = (struct papr_rtas_sequence) { in papr_phy_attest_create_handle()
243 seq.params = (void *)params; in papr_phy_attest_create_handle()
[all …]
A Dpapr-indices.c130 static void indices_sequence_begin(struct papr_rtas_sequence *seq) in indices_sequence_begin() argument
134 param = (struct rtas_get_indices_params *)seq->params; in indices_sequence_begin()
152 static void indices_sequence_end(struct papr_rtas_sequence *seq) in indices_sequence_end() argument
156 param = (struct rtas_get_indices_params *)seq->params; in indices_sequence_end()
179 p = (struct rtas_get_indices_params *)seq->params; in indices_sequence_fill_work_area()
182 if (papr_rtas_sequence_should_stop(seq, p->status, init_state)) in indices_sequence_fill_work_area()
184 if (papr_rtas_sequence_set_err(seq, rtas_ibm_get_indices(p))) in indices_sequence_fill_work_area()
247 struct papr_rtas_sequence seq = {}; in papr_indices_create_handle() local
257 seq = (struct papr_rtas_sequence) { in papr_indices_create_handle()
263 seq.params = &params; in papr_indices_create_handle()
[all …]
/arch/sparc/vdso/
A Dvclock_gettime.c169 unsigned long seq; in do_realtime() local
173 seq = vvar_read_begin(vvar); in do_realtime()
189 unsigned long seq; in do_realtime_stick() local
193 seq = vvar_read_begin(vvar); in do_realtime_stick()
209 unsigned long seq; in do_monotonic() local
213 seq = vvar_read_begin(vvar); in do_monotonic()
229 unsigned long seq; in do_monotonic_stick() local
233 seq = vvar_read_begin(vvar); in do_monotonic_stick()
249 unsigned long seq; in do_realtime_coarse() local
252 seq = vvar_read_begin(vvar); in do_realtime_coarse()
[all …]
/arch/sparc/include/asm/
A Dvvar.h15 unsigned int seq; member
46 ret = READ_ONCE(s->seq); in vvar_read_begin()
59 return unlikely(s->seq != start); in vvar_read_retry()
64 ++s->seq; in vvar_write_begin()
71 ++s->seq; in vvar_write_end()
/arch/powerpc/mm/ptdump/
A Dptdump.c60 struct seq_file *seq; member
155 pt_dump_seq_printf(st->seq, " %s:%llx", flag->set, val); in dump_flag_info()
162 pt_dump_seq_printf(st->seq, " %s", s); in dump_flag_info()
167 pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags); in dump_flag_info()
179 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()
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()
246 pt_dump_seq_putc(st->seq, '\n'); in note_page()
336 .seq = m, in ptdump_show()
[all …]
A Dhashpagetable.c26 struct seq_file *seq; member
150 seq_printf(st->seq, " %s_ps: %i%c\t", s, 1<<ps, *unit); in calculate_pagesize()
171 seq_printf(st->seq, " %s:%llx", flag->set, val); in dump_flag_info()
178 seq_printf(st->seq, " %s", s); in dump_flag_info()
192 seq_printf(st->seq, "0x%lx:\t", ea); in dump_hpte_info()
193 seq_printf(st->seq, "AVPN:%llx\t", HPTE_V_AVPN_VAL(v)); in dump_hpte_info()
195 seq_printf(st->seq, " rpn: %lx\t", rpn); in dump_hpte_info()
201 seq_printf(st->seq, "LP enc: %lx", lp); in dump_hpte_info()
202 seq_putc(st->seq, '\n'); in dump_hpte_info()
498 seq_puts(st->seq, "---[ vmemmap end ]---\n"); in walk_vmemmap()
[all …]
/arch/x86/kernel/cpu/
A Daperfmperf.c28 seqcount_t seq; member
37 .seq = SEQCNT_ZERO(cpu_samples.seq)
486 raw_write_seqcount_begin(&s->seq); in arch_scale_freq_tick()
490 raw_write_seqcount_end(&s->seq); in arch_scale_freq_tick()
505 unsigned int seq, freq; in arch_freq_get_on_cpu() local
513 seq = raw_read_seqcount_begin(&s->seq); in arch_freq_get_on_cpu()
517 } while (read_seqcount_retry(&s->seq, seq)); in arch_freq_get_on_cpu()
/arch/s390/kernel/
A Dwti.c122 static int wti_show(struct seq_file *seq, void *v) in wti_show() argument
128 seq_puts(seq, " "); in wti_show()
130 seq_printf(seq, "CPU%-8d", cpu); in wti_show()
131 seq_putc(seq, '\n'); in wti_show()
134 seq_printf(seq, " %10lu", st->dbg.missed); in wti_show()
136 seq_putc(seq, '\n'); in wti_show()
/arch/riscv/mm/
A Dptdump.c35 struct seq_file *seq; member
233 pt_dump_seq_printf(st->seq, " %s", s); in dump_prot()
248 pt_dump_seq_printf(st->seq, ADDR_FORMAT "-" ADDR_FORMAT " ", in dump_addr()
251 pt_dump_seq_printf(st->seq, " " ADDR_FORMAT " ", st->start_pa); in dump_addr()
259 pt_dump_seq_printf(st->seq, "%9lu%c %s", delta, *unit, in dump_addr()
294 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
301 pt_dump_seq_puts(st->seq, "\n"); in note_page()
306 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", in note_page()
355 .seq = s, in ptdump_walk()
378 .seq = NULL, in ptdump_check_wx()
/arch/arm64/mm/
A Dptdump.c158 pt_dump_seq_printf(st->seq, " %s", s); in dump_prot()
211 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
222 pt_dump_seq_printf(st->seq, "0x%016lx-0x%016lx ", in note_page()
230 pt_dump_seq_printf(st->seq, "%9lu%c %s", delta, *unit, in note_page()
235 pt_dump_seq_puts(st->seq, "\n"); in note_page()
239 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
249 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
295 .seq = s, in ptdump_walk()
334 .seq = NULL, in ptdump_check_wx()
/arch/arm/mm/
A Ddump.c49 struct seq_file *seq; member
240 pt_dump_seq_printf(st->seq, " %s", s); in dump_prot()
271 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page()
280 pt_dump_seq_printf(st->seq, "0x%08lx-0x%08lx ", in note_page()
288 pt_dump_seq_printf(st->seq, "%9lu%c %s", delta, *unit, in note_page()
291 pt_dump_seq_printf(st->seq, " %s", in note_page()
295 pt_dump_seq_printf(st->seq, "\n"); in note_page()
300 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", in note_page()
418 .seq = m, in ptdump_walk_pgd()
456 .seq = NULL, in ptdump_check_wx()
/arch/x86/kernel/
A Dtsc.c64 seqcount_latch_t seq; /* 32 + 4 = 36 */ member
78 int seq, idx; in __cyc2ns_read() local
81 seq = this_cpu_read(cyc2ns.seq.seqcount.sequence); in __cyc2ns_read()
82 idx = seq & 1; in __cyc2ns_read()
88 } while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence))); in __cyc2ns_read()
180 write_seqcount_latch_begin(&c2n->seq); in __set_cyc2ns_scale()
182 write_seqcount_latch(&c2n->seq); in __set_cyc2ns_scale()
184 write_seqcount_latch_end(&c2n->seq); in __set_cyc2ns_scale()
208 seqcount_latch_init(&c2n->seq); in cyc2ns_init_boot_cpu()
225 seqcount_latch_init(&c2n->seq); in cyc2ns_init_secondary_cpus()
/arch/s390/mm/
A Ddump_pagetables.c32 struct seq_file *seq; member
97 struct seq_file *m = st->seq; in note_page_update_state()
120 m = st->seq; in note_page()
197 .seq = NULL, in ptdump_check_wx()
241 .seq = m, in ptdump_show()
/arch/xtensa/include/uapi/asm/
A Dipcbuf.h35 unsigned long seq; member
/arch/powerpc/include/uapi/asm/
A Dipcbuf.h29 unsigned int seq; member
/arch/sparc/include/uapi/asm/
A Dipcbuf.h30 unsigned short seq; member
/arch/s390/include/uapi/asm/
A Dipcbuf.h26 unsigned short seq; member
/arch/parisc/include/uapi/asm/
A Dipcbuf.h27 unsigned short int seq; member
/arch/um/kernel/
A Dtime.c192 resp.seq = msg->seq; in time_travel_handle_message()
198 static int seq; in time_travel_ext_req() local
199 int mseq = ++seq; in time_travel_ext_req()
203 .seq = mseq, in time_travel_ext_req()
235 if (msg.seq != mseq) in time_travel_ext_req()
237 msg.op, msg.seq, mseq, msg.time); in time_travel_ext_req()
/arch/sparc/kernel/
A Dtime_32.c153 unsigned int seq, offset; in timer_cs_read() local
157 seq = read_seqbegin(&timer_cs_lock); in timer_cs_read()
161 } while (read_seqretry(&timer_cs_lock, seq)); in timer_cs_read()
/arch/x86/mm/pat/
A Dmemtype.c985 static void *memtype_seq_start(struct seq_file *seq, loff_t *pos) in memtype_seq_start() argument
989 seq_puts(seq, "PAT memtype list:\n"); in memtype_seq_start()
995 static void *memtype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in memtype_seq_next() argument
1002 static void memtype_seq_stop(struct seq_file *seq, void *v) in memtype_seq_stop() argument
1007 static int memtype_seq_show(struct seq_file *seq, void *v) in memtype_seq_show() argument
1011 seq_printf(seq, "PAT: [mem 0x%016Lx-0x%016Lx] %s\n", in memtype_seq_show()

Completed in 36 milliseconds

123