| /linux-6.15/arch/x86/kernel/ |
| H A D | verify_cpu.S | 52 cmpl %eax,%ebx 58 cmpl $0x1,%eax 62 cmpl $0x68747541,%ebx # AuthenticAMD 64 cmpl $0x69746e65,%edx 66 cmpl $0x444d4163,%ecx 74 cmpl $0x49656e69,%edx 76 cmpl $0x6c65746e,%ecx 87 cmpl $6, %eax 93 cmpl $0xd, %ecx 112 cmpl $0x80000001,%eax [all …]
|
| H A D | head_64.S | 267 cmpl $0, x2apic_mode(%rip) 294 cmpl (%rbx,%rcx,4), %eax 298 cmpl $NR_CPUS, %ecx 300 cmpl nr_cpu_ids(%rip), %ecx 398 1: cmpl %edx, %eax
|
| /linux-6.15/arch/x86/math-emu/ |
| H A D | reg_round.S | 147 cmpl PR_64_BITS,%ecx 150 cmpl PR_53_BITS,%ecx 153 cmpl PR_24_BITS,%ecx 175 cmpl RC_RND,%ecx 178 cmpl RC_CHOP,%ecx 213 cmpl $0x00000080,%ecx 255 cmpl RC_RND,%ecx 258 cmpl RC_CHOP,%ecx 292 cmpl $0x00000400,%ecx 329 cmpl RC_RND,%ecx [all …]
|
| H A D | reg_u_div.S | 99 cmpl EXP_WAY_UNDER,%edx 117 cmpl $0,SIGL(%ebx) 125 cmpl %ecx,%edx 198 cmpl SIGH(%ebx),%edx /* Test for imminent overflow */ 202 cmpl SIGL(%ebx),%eax 274 cmpl SIGH(%ebx),%edx 278 cmpl SIGL(%ebx),%eax 296 cmpl $0,%ecx /* augmented denom msw */ 332 cmpl $1,FPU_accum_2 364 cmpl SIGH(%ebx),%edx /* denom */ [all …]
|
| H A D | wm_shrx.S | 42 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 61 cmpl $64,%ecx 76 cmpl $96,%ecx 122 cmpl $64,%ecx /* shrd only works for 0..31 bits */ 125 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 170 cmpl $96,%ecx
|
| H A D | div_Xsig.S | 192 cmpl XsigH(%ebx),%edx 196 cmpl XsigL(%ebx),%eax 214 cmpl $0,%ecx /* augmented denom msw */ 250 cmpl $1,FPU_accum_2 298 cmpl XsigH(%ebx),%edx /* denom */ 312 cmpl XsigH(%ebx),%edx /* denom */
|
| H A D | shr_Xsig.S | 31 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 51 cmpl $64,%ecx 67 cmpl $96,%ecx
|
| H A D | wm_sqrt.S | 212 cmpl $0xffffffff,FPU_fsqrt_arg_1 333 cmpl $0xffffffe0,%eax 336 cmpl $0x00000020,%eax 339 cmpl $0x7fffffe0,%eax 342 cmpl $0x80000020,%eax
|
| /linux-6.15/arch/x86/lib/ |
| H A D | memmove_32.S | 46 cmpl $0x10, n 50 cmpl dest, src 57 cmpl $680, n 111 cmpl $680, n 147 cmpl $8, n 163 cmpl $4, n 174 cmpl $2, n 185 cmpl $1, n
|
| H A D | cmpxchg8b_emu.S | 27 cmpl (%esi), %eax 29 cmpl 4(%esi), %edx 73 cmpl __percpu (%esi), %eax 75 cmpl __percpu 4(%esi), %edx
|
| H A D | memcpy_64.S | 113 cmpl $16, %edx 130 cmpl $8, %edx 142 cmpl $4, %edx
|
| H A D | atomic64_cx8_32.S | 141 cmpl %eax, 0(%esp) 159 cmpl %edx, 4(%esp)
|
| /linux-6.15/drivers/net/wan/ |
| H A D | wanxlfw.S | 209 cmpl #4 * 4, %d0 282 cmpl #4 * 4, %d0 473 cmpl #TX_BUFFERS, %d1 541 cmpl #RX_BUFFERS, %d1 579 cmpl #TX_BUFFERS, %d1 759 cmpl #4 * 4, %d0 788 cmpl (%a0), %d1 797 cmpl (%a0), %d1 809 cmpl #0xFFFFFFFF, %d1 813 cmpl (%a0)+, %a0 [all …]
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | mem_encrypt.S | 25 cmpl $0x8000001f, %eax /* See if 0x8000001f is available */ 81 cmpl $5, %eax 103 cmpl $0x72, 16(%esp) 140 cmpl $0x80000000, %ebx 142 cmpl $0x8000001f, 12(%esp) 148 cmpl $0x8000001f, %ebx 285 cmpl %eax, 0(%ebp) 287 cmpl %ebx, 4(%ebp)
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 704 struct fbnic_ring *cmpl = &qt->cmpl; in fbnic_clean_tcq() local 707 u32 head = cmpl->head; in fbnic_clean_tcq() 710 raw_tcd = &cmpl->desc[head & cmpl->size_mask]; in fbnic_clean_tcq() 744 raw_tcd = &cmpl->desc[0]; in fbnic_clean_tcq() 749 if (cmpl->head != head) { in fbnic_clean_tcq() 750 cmpl->head = head; in fbnic_clean_tcq() 751 writel(head & cmpl->size_mask, cmpl->doorbell); in fbnic_clean_tcq() 1454 fbn->rx[rxq_idx] = &qt->cmpl; in fbnic_alloc_napi_vector() 1919 fbnic_disable_tcq(&qt->cmpl); in fbnic_disable() 2035 memset(qt->cmpl.desc, 0, qt->cmpl.size); in fbnic_flush() [all …]
|
| /linux-6.15/tools/arch/x86/lib/ |
| H A D | memcpy_64.S | 112 cmpl $16, %edx 129 cmpl $8, %edx 141 cmpl $4, %edx
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | head.S | 791 cmpl #ATARI_MACH_HADES,%d3 923 cmpl %d0,%d1 926 cmpl %d0,%d1 1000 cmpl #ATARI_MACH_HADES,%d3 1307 cmpl %a0,%a1 2207 cmpl %a0,%a4 2229 cmpl %a1,%a4 2280 cmpl %a0,%a4 2457 cmpl %a0,%a1 3552 cmpl %d1,%d0 [all …]
|
| /linux-6.15/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 2290 struct irdma_cmpl_gen *cmpl; in irdma_generated_cmpls() local 2295 list_del(&cmpl->list); in irdma_generated_cmpls() 2297 kfree(cmpl); in irdma_generated_cmpls() 2337 struct irdma_cmpl_gen *cmpl; in irdma_generate_flush_completions() local 2350 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions() 2351 if (!cmpl) { in irdma_generate_flush_completions() 2364 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_SQ; in irdma_generate_flush_completions() 2369 kfree(cmpl); in irdma_generate_flush_completions() 2394 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions() 2395 if (!cmpl) { in irdma_generate_flush_completions() [all …]
|
| /linux-6.15/arch/m68k/lib/ |
| H A D | udivsi3.S | 94 cmpl IMM (0x10000), d1 /* divisor >= 2 ^ 16 ? */ 110 cmpl IMM (0x10000), d1 /* still divisor >= 2 ^ 16 ? */ 127 cmpl sp@(8), d1 /* compare the sum with the dividend */
|
| /linux-6.15/arch/x86/realmode/rm/ |
| H A D | wakeup_asm.S | 84 cmpl $WAKEUP_HEADER_SIGNATURE, %eax 89 cmpl $REALMODE_END_SIGNATURE, %eax
|
| /linux-6.15/arch/m68k/68000/ |
| H A D | head.S | 220 cmpl %a0, %a2 /* check if at end */ 231 cmpl %a0, %a1 /* check if at end */
|
| /linux-6.15/include/linux/ |
| H A D | backing-dev-defs.h | 80 #define DEFINE_WB_COMPLETION(cmpl, bdi) \ argument 81 struct wb_completion cmpl = WB_COMPLETION_INIT(bdi)
|
| /linux-6.15/include/crypto/ |
| H A D | kpp.h | 215 crypto_completion_t cmpl, in kpp_request_set_callback() argument 218 req->base.complete = cmpl; in kpp_request_set_callback()
|
| H A D | akcipher.h | 217 crypto_completion_t cmpl, in akcipher_request_set_callback() argument 220 req->base.complete = cmpl; in akcipher_request_set_callback()
|
| /linux-6.15/arch/m68k/coldfire/ |
| H A D | entry.S | 62 cmpl #NR_syscalls,%d0 115 cmpl #0,%d1
|