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

12

/linux-master/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
H A Dentry.S64 je \oklabel
66 je \oklabel
68 je \oklabel
70 je \oklabel
72 je \oklabel
567 je 2f
/linux-master/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_add.S72 je L_bugged
75 je L_bugged
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_sub.S54 je L_bugged_2
57 je L_bugged_2
/linux-master/arch/x86/lib/
H A Dcopy_user_uncached_64.S120 je .Lword
129 je .Lbyte
137 je .Ldone
167 je .Lalign_word
169 je .Ldone
177 je .Lalign_long
187 je .Lis_aligned
H A Dcopy_user_64.S40 je .Lexit
62 je .Lexit
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
H A Dcsum-copy_64.S213 je 2f
223 je .Laligned
H A Datomic64_386_32.S147 je 3f
167 je 3f
H A Dmemmove_64.S59 je 4f
122 je 7b
/linux-master/arch/x86/um/
H A Dstub_64.S43 je again
H A Dstub_32.S49 je again
/linux-master/arch/x86/kernel/
H A Dsev_verify_cbit.S74 je 3f
/linux-master/arch/x86/boot/
H A Dbioscall.S20 je 1f
/linux-master/arch/s390/purgatory/
H A Dhead.S119 je .return_old_kernel
127 je .start_crash_kernel
218 je .loop_out
225 je .loop_next
/linux-master/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;
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq89 cmp COMPLETE_ON_QFREEZE_HEAD[1],SCB_LIST_NULL je idle_loop_checkbus;
95 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je join_lists;
107 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus;
354 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb;
403 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je first_new_scb;
428 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL je return;
448 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je fill_qoutfifo_done;
449 cmp CCSCBADDR, CCSCBADDR_MAX je fill_qoutfifo_done;
748 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_clear_tail;
856 cmp A,P_COMMAND je p_comman
[all...]
H A Daic7xxx.seq99 cmp KERNEL_QINPOS, A je poll_for_work_loop;
132 cmp SCB_TAG, A je . + 2;
326 cmp RETURN_1, EXIT_MSG_LOOP je target_ITloop;
503 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .;
667 cmp A,P_COMMAND je p_command;
668 cmp A,P_MESGOUT je p_mesgout;
669 cmp A,P_STATUS je p_status;
670 cmp A,P_MESGIN je p_mesgin;
736 cmp CCSGCTL, CCSGEN|CCSGDONE je idle_sgfetch_complete;
1543 cmp LASTPHASE, P_MESGOUT je p_mesgout_retr
[all...]
/linux-master/fs/gfs2/
H A Dlops.c147 struct gfs2_journal_extent *je; local
149 list_for_each_entry(je, &jd->extent_list, list) {
150 if (lblock >= je->lblock && lblock < je->lblock + je->blocks)
151 return je->dblock + lblock - je->lblock;
514 struct gfs2_journal_extent *je; local
526 list_for_each_entry(je, &jd->extent_list, list) {
527 u64 dblock = je
[all...]
/linux-master/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
812 struct journal_entry *je = access_journal_entry(ic, section, j); local
2039 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); local
2228 struct journal_entry *je; local
2456 struct journal_entry *je; local
2509 restore_last_bytes(struct dm_integrity_c *ic, struct journal_sector *js, struct journal_entry *je) argument
2540 struct journal_entry *je = access_journal_entry(ic, i, j); local
2985 struct journal_entry *je = access_journal_entry(ic, i, j); local
3061 struct journal_entry *je = access_journal_entry(ic, i, j); local
[all...]
/linux-master/arch/s390/lib/
H A Dmem.S93 je .Lmemset_fill_exit
165 je .L__memset_store\bits

Completed in 186 milliseconds

12