Home
last modified time | relevance | path

Searched refs:je (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djevents.c83 typedef int (*func)(void *data, struct json_event *je);
346 static int print_events_table_entry(void *data, struct json_event *je) in print_events_table_entry() argument
358 if (je->name) in print_events_table_entry()
359 fprintf(outfp, "\t.name = \"%s\",\n", je->name); in print_events_table_entry()
360 if (je->event) in print_events_table_entry()
361 fprintf(outfp, "\t.event = \"%s\",\n", je->event); in print_events_table_entry()
362 fprintf(outfp, "\t.desc = \"%s\",\n", je->desc); in print_events_table_entry()
364 if (je->long_desc && je->long_desc[0]) in print_events_table_entry()
365 fprintf(outfp, "\t.long_desc = \"%s\",\n", je in print_events_table_entry()
448 save_arch_std_events(void *data, struct json_event *je) save_arch_std_events() argument
508 try_fixup(const char *fn, char *arch_std, struct json_event *je, char **event) try_fixup() argument
527 json_events(const char *fn, int (*func)(void *data, struct json_event *je), void *data) json_events() argument
550 struct json_event je = {}; json_events() local
[all...]
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dreg_round.S148 je LRound_To_64
151 je LRound_To_53
154 je LRound_To_24
160 je LRound_To_64
176 je LRound_nearest_24
179 je LCheck_truncate_24
182 je LUp_24
185 je LDown_24
199 je LCheck_truncate_24 /* If positive then down==truncate */
256 je LRound_nearest_5
[all...]
H A Dreg_u_div.S111 /* je L_bugged */
113 je L_bugged
146 je L_no_overflow
246 je LDo_2nd_32_bits /* Must check for non-zero result here */
292 je L_bugged_2 /* Can't bump the result to 1.0 */
424 je LRound_precision
H A Ddiv_Xsig.S94 je L_bugged
164 je LDo_2nd_32_bits /* Must check for non-zero result here */
210 je L_bugged_2 /* Can't bump the result to 1.0 */
H A Dreg_u_add.S72 je L_bugged
75 je L_bugged
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dreg_round.S148 je LRound_To_64
151 je LRound_To_53
154 je LRound_To_24
160 je LRound_To_64
176 je LRound_nearest_24
179 je LCheck_truncate_24
182 je LUp_24
185 je LDown_24
199 je LCheck_truncate_24 /* If positive then down==truncate */
256 je LRound_nearest_5
[all...]
H A Dreg_u_div.S111 /* je L_bugged */
113 je L_bugged
146 je L_no_overflow
246 je LDo_2nd_32_bits /* Must check for non-zero result here */
292 je L_bugged_2 /* Can't bump the result to 1.0 */
424 je LRound_precision
H A Ddiv_Xsig.S94 je L_bugged
164 je LDo_2nd_32_bits /* Must check for non-zero result here */
210 je L_bugged_2 /* Can't bump the result to 1.0 */
H A Dreg_u_add.S72 je L_bugged
75 je L_bugged
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Drelocate_kernel.S37 je .indir_check # NO, goto "indir_check"
43 je .done_test # NO, goto "done_test"
49 je .source_test # NO! Well, then it should be the source indicator...
53 je .base # NO, ignore it...
62 je .diag
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlops.c144 struct gfs2_journal_extent *je; in gfs2_log_bmap() local
146 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_log_bmap()
147 if (lblock >= je->lblock && lblock < je->lblock + je->blocks) in gfs2_log_bmap()
148 return je->dblock + lblock - je->lblock; in gfs2_log_bmap()
514 struct gfs2_journal_extent *je; in gfs2_find_jhead() local
526 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_find_jhead()
527 u64 dblock = je in gfs2_find_jhead()
[all...]
/kernel/linux/linux-5.10/arch/s390/purgatory/
H A Dhead.S116 je .return_old_kernel
124 je .start_crash_kernel
202 je .loop_out
209 je .loop_next
/kernel/linux/linux-6.6/arch/s390/purgatory/
H A Dhead.S119 je .return_old_kernel
127 je .start_crash_kernel
218 je .loop_out
225 je .loop_next
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S164 je .Lblk4_load_input_done;
167 je .Lblk4_load_input_done;
239 je .Lblk4_store_output_done;
242 je .Lblk4_store_output_done;
384 je .Lblk8_load_input_done;
389 je .Lblk8_load_input_done;
403 je .Lblk8_store_output_done;
406 je .Lblk8_store_output_done;
H A Dcamellia-x86_64-asm_64.S203 je .L__enc_done;
245 je .L__dec_rounds16;
438 je .L__enc2_done;
482 je .L__dec2_rounds16;
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c99 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block])
102 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x)); } while (0)
104 #define journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRITE_ONCE((je)->u.s.sector_hi, cpu_to_le32((x) >> 32)); } while (0)
106 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector)
107 #define journal_entry_is_unused(je) ((j
732 struct journal_entry *je = access_journal_entry(ic, section, j); section_mac() local
1858 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); __journal_read_write() local
2043 struct journal_entry *je; dm_integrity_map_continue() local
2266 struct journal_entry *je; integrity_commit() local
2315 restore_last_bytes(struct dm_integrity_c *ic, struct journal_sector *js, struct journal_entry *je) restore_last_bytes() argument
2345 struct journal_entry *je = access_journal_entry(ic, i, j); do_journal_write() local
2760 struct journal_entry *je = access_journal_entry(ic, i, j); init_journal() local
2832 struct journal_entry *je = access_journal_entry(ic, i, j); replay_journal() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c107 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block])
110 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x)); } while (0)
112 #define journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRITE_ONCE((je)->u.s.sector_hi, cpu_to_le32((x) >> 32)); } while (0)
114 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector)
115 #define journal_entry_is_unused(je) ((j
822 struct journal_entry *je = access_journal_entry(ic, section, j); section_mac() local
2049 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); __journal_read_write() local
2238 struct journal_entry *je; dm_integrity_map_continue() local
2466 struct journal_entry *je; integrity_commit() local
2519 restore_last_bytes(struct dm_integrity_c *ic, struct journal_sector *js, struct journal_entry *je) restore_last_bytes() argument
2550 struct journal_entry *je = access_journal_entry(ic, i, j); do_journal_write() local
2995 struct journal_entry *je = access_journal_entry(ic, i, j); init_journal() local
3071 struct journal_entry *je = access_journal_entry(ic, i, j); replay_journal() local
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlops.c147 struct gfs2_journal_extent *je; in gfs2_log_bmap() local
149 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_log_bmap()
150 if (lblock >= je->lblock && lblock < je->lblock + je->blocks) in gfs2_log_bmap()
151 return je->dblock + lblock - je->lblock; in gfs2_log_bmap()
521 struct gfs2_journal_extent *je; in gfs2_find_jhead() local
533 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_find_jhead()
534 u64 dblock = je in gfs2_find_jhead()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dentry.S64 je \oklabel
66 je \oklabel
68 je \oklabel
70 je \oklabel
72 je \oklabel
584 je 2f
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dclear_page_64.S73 je .Lexit
89 je .Lexit
H A Dchecksum_32.S105 je 4f
118 je 6f
179 je 32f
335 je 4f
353 je 6f
425 je 6f
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dchecksum_32.S105 je 4f
118 je 6f
179 je 32f
335 je 4f
353 je 6f
434 je 6f
/kernel/linux/linux-5.10/arch/x86/um/
H A Dchecksum_32.S92 je 4f
105 je 6f
148 je 32f
H A Dstub_64.S44 je again
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S201 je .L__enc_done;
243 je .L__dec_rounds16;
436 je .L__enc2_done;
480 je .L__dec2_rounds16;

Completed in 18 milliseconds

1234