Home
last modified time | relevance | path

Searched full:s (Results 1 – 25 of 9388) sorted by relevance

12345678910>>...376

/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h12 sm4e b0.4s, v24.4s; \
13 sm4e b0.4s, v25.4s; \
14 sm4e b0.4s, v26.4s; \
15 sm4e b0.4s, v27.4s; \
16 sm4e b0.4s, v28.4s; \
17 sm4e b0.4s, v29.4s; \
18 sm4e b0.4s, v30.4s; \
19 sm4e b0.4s, v31.4s; \
20 rev64 b0.4s, b0.4s; \
29 sm4e b0.4s, v24.4s; \
[all …]
/linux/arch/m68k/ifpsp060/
H A DMISC34 freal.s : 2.4
36 x_fovfl.s : 2.16
37 x_funfl.s : 2.19
38 x_funsupp.s : 2.27
39 x_effadd.s : 2.21
40 x_foperr.s : 2.9
41 x_fsnan.s : 2.12
42 x_finex.s : 2.14
43 x_fdz.s : 2.5
44 x_fline.s : 2.5
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c60 /* Skipping gmx_rx_int_en.s.reserved_29_63 */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
61 gmx_rx_int_en.s.hg2cc = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
62 gmx_rx_int_en.s.hg2fld = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
63 gmx_rx_int_en.s.undat = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
64 gmx_rx_int_en.s.uneop = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
65 gmx_rx_int_en.s.unsop = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
66 gmx_rx_int_en.s.bad_term = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
67 gmx_rx_int_en.s.bad_seq = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
68 gmx_rx_int_en.s.rem_fault = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
69 gmx_rx_int_en.s.loc_fault = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
[all …]
/linux/lib/xz/
H A Dxz_dec_stream.c151 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
152 * must have set s->temp.pos to indicate how much data we are supposed
153 * to copy into s->temp.buf. Return true once s->temp.pos has reached
154 * s->temp.size.
156 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument
159 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
161 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
163 s->temp.pos += copy_size; in fill_temp()
165 if (s->temp.pos == s->temp.size) { in fill_temp()
166 s->temp.pos = 0; in fill_temp()
[all …]
H A Dxz_dec_lzma2.c157 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
160 /* If 1, it's a repeated match. The distance is one of rep0 .. rep3. */
447 * has been allocated by us in this file; it's not in dict_flush()
603 static uint16_t *lzma_literal_probs(struct xz_dec_lzma2 *s) in lzma_literal_probs() argument
605 uint32_t prev_byte = dict_get(&s->dict, 0); in lzma_literal_probs()
606 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs()
607 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs()
608 return s->lzma.literal[low + high]; in lzma_literal_probs()
612 static void lzma_literal(struct xz_dec_lzma2 *s) in lzma_literal() argument
621 probs = lzma_literal_probs(s); in lzma_literal()
[all …]
/linux/lib/tests/
H A Dseq_buf_kunit.c14 struct seq_buf s; in seq_buf_init_test() local
16 seq_buf_init(&s, buf, sizeof(buf)); in seq_buf_init_test()
18 KUNIT_EXPECT_EQ(test, s.size, 32); in seq_buf_init_test()
19 KUNIT_EXPECT_EQ(test, s.len, 0); in seq_buf_init_test()
20 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_init_test()
21 KUNIT_EXPECT_EQ(test, seq_buf_buffer_left(&s), 32); in seq_buf_init_test()
22 KUNIT_EXPECT_EQ(test, seq_buf_used(&s), 0); in seq_buf_init_test()
23 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), ""); in seq_buf_init_test()
28 DECLARE_SEQ_BUF(s, 24); in seq_buf_declare_test()
30 KUNIT_EXPECT_EQ(test, s.size, 24); in seq_buf_declare_test()
[all …]
/linux/lib/crypto/arm64/
H A Dchacha-neon-core.S42 ld1 {v12.4s}, [x10]
46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
53 shl v1.4s, v4.4s, #12
54 sri v1.4s, v4.4s, #20
57 add v0.4s, v0.4s, v1.4s
62 add v2.4s, v2.4s, v3.4s
64 shl v1.4s, v4.4s, #7
65 sri v1.4s, v4.4s, #25
75 add v0.4s, v0.4s, v1.4s
[all …]
/linux/
H A DCREDITS6 snail-mail address (S).
15 D: One of assisting postmasters for vger.kernel.org's lists
16 S: (ask for current address)
17 S: Finland
31 S: C. Negri 6, bl. D3
32 S: Iasi 6600
33 S: Romania
43 S: 75 Donald St, Apt 42
44 S: Weymouth, MA 02188
45 S: USA
[all …]
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Ddatasource.json15 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
20 …"BriefDescription": "The processor's L1 data cache was reloaded from beyond the local core's L3 du…
30 …"BriefDescription": "The processor's data cache was reloaded from local, remote, or distant memory…
60 …"BriefDescription": "The processor's instruction cache was reloaded from the local core's L2 due t…
65 …"BriefDescription": "The processor's L1 data cache was reloaded from the local core's L2 due to a …
70 …"BriefDescription": "The processor's instruction cache was reloaded from the local core's L2 due t…
75 …"BriefDescription": "The processor's L1 data cache was reloaded from the local core's L2 due to a …
80 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local…
85 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
90 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local…
[all …]
/linux/arch/x86/kvm/
H A Di8259.c46 static void pic_lock(struct kvm_pic *s) in pic_lock() argument
47 __acquires(&s->lock) in pic_lock()
49 spin_lock(&s->lock); in pic_lock()
52 static void pic_unlock(struct kvm_pic *s) in pic_unlock() argument
53 __releases(&s->lock) in pic_unlock()
55 bool wakeup = s->wakeup_needed; in pic_unlock()
59 s->wakeup_needed = false; in pic_unlock()
61 spin_unlock(&s->lock); in pic_unlock()
64 kvm_for_each_vcpu(i, vcpu, s->kvm) { in pic_unlock()
74 static void pic_clear_isr(struct kvm_kpic_state *s, int irq) in pic_clear_isr() argument
[all …]
/linux/drivers/media/pci/tw5864/
H A Dtw5864-h264.c31 static void bs_init(struct bs *s, void *buf, int size) in bs_init() argument
33 s->buf = buf; in bs_init()
34 s->ptr = buf; in bs_init()
35 s->buf_end = s->ptr + size; in bs_init()
36 s->bits_left = 8; in bs_init()
39 static int bs_len(struct bs *s) in bs_len() argument
41 return s->ptr - s->buf; in bs_len()
44 static void bs_write(struct bs *s, int count, u32 bits) in bs_write() argument
46 if (s->ptr >= s->buf_end - 4) in bs_write()
51 if (count < s->bits_left) { in bs_write()
[all …]
/linux/tools/mm/
H A Dslabinfo.c130 "-s|--shrink Shrink slabs\n" in usage()
131 "-S|--Size Sort by size\n" in usage()
164 fatal("%s, Try using superuser\n", strerror(errno)); in read_obj()
208 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj() argument
213 snprintf(x, 100, "%s/%s", s->name, name); in set_obj()
216 fatal("Cannot write to %s\n", x); in set_obj()
222 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj() argument
228 snprintf(x, 100, "%s/%s", s->name, name); in read_slab_obj()
241 static unsigned long read_debug_slab_obj(struct slabinfo *s, const char *name) in read_debug_slab_obj() argument
247 snprintf(x, 128, "/sys/kernel/debug/slab/%s/%s", s->name, name); in read_debug_slab_obj()
[all …]
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-hevc.h12 TP_PROTO(const struct v4l2_ctrl_hevc_sps *s),
13 TP_ARGS(s),
14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_sps, s)),
15 TP_fast_assign(__entry->s = *s),
40 "flags %s",
41 __entry->s.video_parameter_set_id,
42 __entry->s.seq_parameter_set_id,
43 __entry->s.pic_width_in_luma_samples,
44 __entry->s.pic_height_in_luma_samples,
45 __entry->s.bit_depth_luma_minus8,
[all …]
/linux/drivers/watchdog/
H A Dsbc8360.c97 * 0 | 0.5s 5s 50s 100s
98 * 1 | 1s 10s 100s 200s
99 * 2 | 1.5s 15s 150s 300s
100 * 3 | 2s 20s 200s 400s
101 * 4 | 2.5s 25s 250s 500s
102 * 5 | 3s 30s 300s 600s
103 * 6 | 3.5s 35s 350s 700s
104 * 7 | 4s 40s 400s 800s
105 * 8 | 4.5s 45s 450s 900s
106 * 9 | 5s 50s 500s 1000s
[all …]
/linux/kernel/trace/
H A Dtrace_seq.c28 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument
31 * trace_seq should work with being initialized with 0s.
33 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init() argument
35 if (unlikely(!s->seq.size)) in __trace_seq_init()
36 trace_seq_init(s); in __trace_seq_init()
42 * @s: the trace_seq descriptor that is the source.
48 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq() argument
52 __trace_seq_init(s); in trace_print_seq()
54 ret = seq_buf_print_seq(m, &s->seq); in trace_print_seq()
62 trace_seq_init(s); in trace_print_seq()
[all …]
/linux/sound/usb/usx2y/
H A Dusb_stream.c15 struct usb_stream *s = sk->s; in usb_stream_next_packet_size() local
18 return (sk->out_phase_peeked >> 16) * s->cfg.frame_size; in usb_stream_next_packet_size()
23 struct usb_stream *s = sk->s; in playback_prep_freqn() local
29 if (s->idle_outsize + lb + l > s->period_size) in playback_prep_freqn()
41 s->idle_outsize += lb - s->period_size; in playback_prep_freqn()
86 struct usb_stream *s = sk->s; in init_urbs() local
88 (char *)s + sizeof(*s) + sizeof(struct usb_stream_packet) * s->inpackets; in init_urbs()
129 struct usb_stream *s; in usb_stream_free() local
139 s = sk->s; in usb_stream_free()
140 if (!s) in usb_stream_free()
[all …]
/linux/sound/firewire/
H A Damdtp-stream.c84 * @s: the AMDTP stream to initialize
92 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init() argument
101 s->protocol = kzalloc(protocol_size, GFP_KERNEL); in amdtp_stream_init()
102 if (!s->protocol) in amdtp_stream_init()
105 s->unit = unit; in amdtp_stream_init()
106 s->direction = dir; in amdtp_stream_init()
107 s->flags = flags; in amdtp_stream_init()
108 s->context = ERR_PTR(-1); in amdtp_stream_init()
109 mutex_init(&s->mutex); in amdtp_stream_init()
110 INIT_WORK(&s in amdtp_stream_init()
126 amdtp_stream_destroy(struct amdtp_stream * s) amdtp_stream_destroy() argument
163 struct snd_interval *s = hw_param_interval(params, rule->var); apply_constraint_to_size() local
190 amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream * s,struct snd_pcm_runtime * runtime) amdtp_stream_add_pcm_hw_constraints() argument
286 amdtp_stream_set_parameters(struct amdtp_stream * s,unsigned int rate,unsigned int data_block_quadlets,unsigned int pcm_frame_multiplier) amdtp_stream_set_parameters() argument
316 amdtp_stream_get_max_ctx_payload_size(struct amdtp_stream * s) amdtp_stream_get_max_ctx_payload_size() argument
335 amdtp_stream_get_max_payload(struct amdtp_stream * s) amdtp_stream_get_max_payload() argument
354 amdtp_stream_pcm_prepare(struct amdtp_stream * s) amdtp_stream_pcm_prepare() argument
362 prev_packet_desc(s,desc) global() argument
365 pool_blocking_data_blocks(struct amdtp_stream * s,struct seq_desc * descs,unsigned int size,unsigned int pos,unsigned int count) pool_blocking_data_blocks() argument
383 pool_ideal_nonblocking_data_blocks(struct amdtp_stream * s,struct seq_desc * descs,unsigned int size,unsigned int pos,unsigned int count) pool_ideal_nonblocking_data_blocks() argument
464 pool_ideal_syt_offsets(struct amdtp_stream * s,struct seq_desc * descs,unsigned int size,unsigned int pos,unsigned int count) pool_ideal_syt_offsets() argument
509 calculate_cached_cycle_count(struct amdtp_stream * s,unsigned int head) calculate_cached_cycle_count() argument
521 cache_seq(struct amdtp_stream * s,const struct pkt_desc * src,unsigned int desc_count) cache_seq() argument
546 pool_ideal_seq_descs(struct amdtp_stream * s,struct seq_desc * descs,unsigned int size,unsigned int pos,unsigned int count) pool_ideal_seq_descs() argument
557 pool_replayed_seq(struct amdtp_stream * s,struct seq_desc * descs,unsigned int size,unsigned int pos,unsigned int count) pool_replayed_seq() argument
575 pool_seq_descs(struct amdtp_stream * s,struct seq_desc * descs,unsigned int size,unsigned int pos,unsigned int count) pool_seq_descs() argument
603 update_pcm_pointers(struct amdtp_stream * s,struct snd_pcm_substream * pcm,unsigned int frames) update_pcm_pointers() argument
644 struct amdtp_stream *s = container_of(work, struct amdtp_stream, pcm_period_work() local
652 queue_packet(struct amdtp_stream * s,struct fw_iso_packet * params,bool sched_irq) queue_packet() argument
674 queue_out_packet(struct amdtp_stream * s,struct fw_iso_packet * params,bool sched_irq) queue_out_packet() argument
682 queue_in_packet(struct amdtp_stream * s,struct fw_iso_packet * params) queue_in_packet() argument
692 generate_cip_header(struct amdtp_stream * s,__be32 cip_header[2],unsigned int data_block_counter,unsigned int syt) generate_cip_header() argument
705 build_it_pkt_header(struct amdtp_stream * s,unsigned int cycle,struct fw_iso_packet * params,unsigned int header_length,unsigned int data_blocks,unsigned int data_block_counter,unsigned int syt,unsigned int index,u32 curr_cycle_time) build_it_pkt_header() argument
729 check_cip_header(struct amdtp_stream * s,const __be32 * buf,unsigned int payload_length,unsigned int * data_blocks,unsigned int * data_block_counter,unsigned int * syt) check_cip_header() argument
828 parse_ir_ctx_header(struct amdtp_stream * s,unsigned int cycle,const __be32 * ctx_header,unsigned int * data_blocks,unsigned int * data_block_counter,unsigned int * syt,unsigned int packet_index,unsigned int index,u32 curr_cycle_time) parse_ir_ctx_header() argument
934 generate_tx_packet_descs(struct amdtp_stream * s,struct pkt_desc * desc,const __be32 * ctx_header,unsigned int packet_count,unsigned int * desc_count) generate_tx_packet_descs() argument
1030 generate_rx_packet_descs(struct amdtp_stream * s,struct pkt_desc * desc,const __be32 * ctx_header,unsigned int packet_count) generate_rx_packet_descs() argument
1075 cancel_stream(struct amdtp_stream * s) cancel_stream() argument
1090 compute_pcm_extra_delay(struct amdtp_stream * s,const struct pkt_desc * desc,unsigned int count) compute_pcm_extra_delay() argument
1147 process_ctx_payloads(struct amdtp_stream * s,const struct pkt_desc * desc,unsigned int count) process_ctx_payloads() argument
1174 struct amdtp_stream *s = private_data; process_rx_packets() local
1245 struct amdtp_stream *s = private_data; skip_rx_packets() local
1280 struct amdtp_stream *s = private_data; process_rx_packets_intermediately() local
1334 struct amdtp_stream *s = private_data; process_tx_packets() local
1381 struct amdtp_stream *s = private_data; drop_tx_packets() local
1409 struct amdtp_stream *s = private_data; process_tx_packets_intermediately() local
1460 struct amdtp_stream *s = private_data; drop_tx_packets_initially() local
1552 struct amdtp_stream *s; process_ctxs_in_domain() local
1576 struct amdtp_stream *s = private_data; irq_target_callback() local
1586 struct amdtp_stream *s = private_data; irq_target_callback_intermediately() local
1596 struct amdtp_stream *s = private_data; irq_target_callback_skip() local
1654 struct amdtp_stream *s = private_data; amdtp_stream_first_callback() local
1681 amdtp_stream_start(struct amdtp_stream * s,int channel,int speed,unsigned int queue_size,unsigned int idle_irq_interval) amdtp_stream_start() argument
1880 amdtp_domain_stream_pcm_pointer(struct amdtp_domain * d,struct amdtp_stream * s) amdtp_domain_stream_pcm_pointer() argument
1903 amdtp_domain_stream_pcm_ack(struct amdtp_domain * d,struct amdtp_stream * s) amdtp_domain_stream_pcm_ack() argument
1920 amdtp_stream_update(struct amdtp_stream * s) amdtp_stream_update() argument
1935 amdtp_stream_stop(struct amdtp_stream * s) amdtp_stream_stop() argument
1969 amdtp_stream_pcm_abort(struct amdtp_stream * s) amdtp_stream_pcm_abort() argument
2011 amdtp_domain_add_stream(struct amdtp_domain * d,struct amdtp_stream * s,int channel,int speed) amdtp_domain_add_stream() argument
2043 struct amdtp_stream *s; make_association() local
2093 struct amdtp_stream *s; amdtp_domain_start() local
2157 struct amdtp_stream *s, *next; amdtp_domain_stop() local
[all...]
/linux/drivers/net/hamradio/
H A Dhdlcdrv.c107 #define tenms_to_2flags(s,tenms) ((tenms * s->par.bitrate) / 100 / 16) argument
114 static int hdlc_rx_add_bytes(struct hdlcdrv_state *s, unsigned int bits, in hdlc_rx_add_bytes() argument
119 while (s->hdlcrx.rx_state && num >= 8) { in hdlc_rx_add_bytes()
120 if (s->hdlcrx.len >= sizeof(s->hdlcrx.buffer)) { in hdlc_rx_add_bytes()
121 s->hdlcrx.rx_state = 0; in hdlc_rx_add_bytes()
124 *s->hdlcrx.bp++ = bits >> (32-num); in hdlc_rx_add_bytes()
125 s->hdlcrx.len++; in hdlc_rx_add_bytes()
132 static void hdlc_rx_flag(struct net_device *dev, struct hdlcdrv_state *s) in hdlc_rx_flag() argument
138 if (s->hdlcrx.len < 4) in hdlc_rx_flag()
140 if (!check_crc_ccitt(s->hdlcrx.buffer, s->hdlcrx.len)) in hdlc_rx_flag()
[all …]
/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c37 case SNOR_PROTO_1_1_1: return "1S-1S-1S"; in spi_nor_protocol_name()
38 case SNOR_PROTO_1_1_2: return "1S-1S-2S"; in spi_nor_protocol_name()
39 case SNOR_PROTO_1_1_4: return "1S-1S-4S"; in spi_nor_protocol_name()
40 case SNOR_PROTO_1_1_8: return "1S-1S-8S"; in spi_nor_protocol_name()
41 case SNOR_PROTO_1_2_2: return "1S-2S-2S"; in spi_nor_protocol_name()
42 case SNOR_PROTO_1_4_4: return "1S-4S-4S"; in spi_nor_protocol_name()
43 case SNOR_PROTO_1_8_8: return "1S-8S-8S"; in spi_nor_protocol_name()
44 case SNOR_PROTO_2_2_2: return "2S-2S-2S"; in spi_nor_protocol_name()
45 case SNOR_PROTO_4_4_4: return "4S-4S-4S"; in spi_nor_protocol_name()
46 case SNOR_PROTO_8_8_8: return "8S-8S-8S"; in spi_nor_protocol_name()
[all …]
/linux/drivers/misc/sgi-gru/
H A Dgruprocfs.c20 #define printstat(s, f) printstat_val(s, &gru_stats.f, #f) argument
22 static void printstat_val(struct seq_file *s, atomic_long_t *v, char *id) in printstat_val() argument
26 seq_printf(s, "%16lu %s\n", val, id); in printstat_val()
29 static int statistics_show(struct seq_file *s, void *p) in statistics_show() argument
31 printstat(s, vdata_alloc); in statistics_show()
32 printstat(s, vdata_free); in statistics_show()
33 printstat(s, gts_alloc); in statistics_show()
34 printstat(s, gts_free); in statistics_show()
35 printstat(s, gms_alloc); in statistics_show()
36 printstat(s, gms_free); in statistics_show()
[all …]
/linux/drivers/tty/serial/
H A Dmxs-auart.c458 static inline int is_imx28_auart(struct mxs_auart_port *s) in is_imx28_auart() argument
460 return s->devtype == IMX28_AUART; in is_imx28_auart()
463 static inline int is_asm9260_auart(struct mxs_auart_port *s) in is_asm9260_auart() argument
465 return s->devtype == ASM9260_AUART; in is_asm9260_auart()
468 static inline bool auart_dma_enabled(struct mxs_auart_port *s) in auart_dma_enabled() argument
470 return s->flags & MXS_AUART_DMA_ENABLED; in auart_dma_enabled()
515 static void mxs_auart_tx_chars(struct mxs_auart_port *s);
519 struct mxs_auart_port *s = param; in dma_tx_callback() local
520 struct tty_port *tport = &s->port.state->port; in dma_tx_callback()
522 dma_unmap_sg(s->dev, &s->tx_sgl, 1, DMA_TO_DEVICE); in dma_tx_callback()
[all …]
/linux/tools/perf/pmu-events/arch/powerpc/power8/
H A Dcache.json5 …"BriefDescription": "The processor's data cache was reloaded with Modified (M) data from another c…
6 …"PublicDescription": "The processor's data cache was reloaded with Modified (M) data from another …
11 …"BriefDescription": "The processor's data cache was reloaded with Shared (S) data from another chi…
12 …"PublicDescription": "The processor's data cache was reloaded with Shared (S) data from another ch…
17 …"BriefDescription": "The processor's data cache was reloaded from another chip's L4 on a different…
18 …"PublicDescription": "The processor's data cache was reloaded from another chip's L4 on a differen…
23 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 due to a demand …
24 …"PublicDescription": "The processor's data cache was reloaded from local core's L2 due to either o…
35 …"BriefDescription": "The processor's data cache was reloaded from a location other than the local …
36 …"PublicDescription": "The processor's data cache was reloaded from a location other than the local…
[all …]
/linux/scripts/
H A Dcheckpatch.pl135 file. It's your fault if there's no backup or git
192 while ($text =~ /(?:(\bCHK|\bWARN|\bERROR|&\{\$msg_level})\s*\(|\$msg_type\s*=)\s*"([^"]+)"/g) {
232 $message =~ s/\n/\n\t/g;
249 $line =~ s/\s*\n?$//g;
250 $line =~ s/^\s*//g;
251 $line =~ s/\s+/ /g;
253 next if ($line =~ m/^\s*#/);
254 next if ($line =~ m/^\s*$/);
277 $line =~ s/\s+$//;
279 if ($line =~ /^\s*\*\*(.+)\*\*$/) {
[all …]
/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c202 fprintf(stderr, "Cannot open directory %s\n", AUX_DEV_PATH); in sdsi_list_devices()
209 printf("%s\n", entry->d_name); in sdsi_list_devices()
217 static int sdsi_update_registers(struct sdsi_dev *s) in sdsi_update_registers() argument
222 memset(&s->regs, 0, sizeof(s->regs)); in sdsi_update_registers()
225 ret = chdir(s->dev_path); in sdsi_update_registers()
237 if (s->guid != GUID_V1 && s->guid != GUID_V2) { in sdsi_update_registers()
238 fprintf(stderr, "Unrecognized guid, 0x%x\n", s->guid); in sdsi_update_registers()
244 ret = fread(&s->regs, sizeof(uint8_t), sizeof(s->regs), regs_ptr); in sdsi_update_registers()
245 if ((s->guid == GUID_V1 && ret != REGS_SIZE_GUID_V1) || in sdsi_update_registers()
246 (s->guid == GUID_V2 && ret != REGS_SIZE_GUID_V2)) { in sdsi_update_registers()
[all …]
/linux/arch/arm64/kernel/vdso/
H A Dvgetrandom-chacha.S52 ld1 { copy1.4s, copy2.4s }, [x1]
54 ld1 { copy3.2s }, [x2]
56 movi one_v.2s, #1
57 uzp1 one_v.4s, one_v.4s, one_v.4s
76 add state0.4s, state0.4s, state1.4s
81 add state2.4s, state2.4s, state3.4s
83 shl state1.4s, tmp.4s, #12
84 sri state1.4s, tmp.4s, #20
87 add state0.4s, state0.4s, state1.4s
89 shl state3.4s, tmp.4s, #8
[all …]

12345678910>>...376