Searched refs:same (Results 76 - 100 of 107) sorted by relevance

12345

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm103 var s_save_tmp = s_save_buf_rsrc2 //shared with s_save_buf_rsrc2 (conflict: should not use mem access with s_save_tmp at the same time)
372 s_barrier //LDS is used? wait for other waves in the same TG
666 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H A Dcwsr_trap_handler_gfx10.asm549 // Not used on Sienna_Cichlid but keep layout same for debugger.
653 s_barrier //LDS is used? wait for other waves in the same TG
1154 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG
H A Dcwsr_trap_handler_gfx9.asm528 s_barrier //LDS is used? wait for other waves in the same TG
915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
/linux-master/mm/
H A Dslub.c3397 * same as above but node_match() being false already
3633 * same cpu. We read first the kmem_cache_cpu pointer and use it to read
3635 * two reads, it's OK as the two are still associated with the same cpu
4208 * same slab) possible by specifying head and tail ptr, plus objects
4223 * data is retrieved via this pointer. If we are on the same cpu
4404 * a limited look ahead) and extract objects belonging to the same
4421 size_t same; local
4450 same = size;
4459 same--;
4460 if (size != same)
[all...]
H A Dmemory.c958 * consecutive pages of the same folio by copying them as well.
1517 * PTEs that map consecutive pages of the same folio.
2118 * The same restrictions apply as in vm_insert_page().
2355 * restrictions (same for remap_pfn_range). However we would like
2475 * the same entry was actually inserted.
2941 int same = 1; local
2945 same = pte_same(ptep_get(vmf->pte), vmf->orig_pte);
2951 return same;
3034 * The same page can be mapped back since last copy attempt.
3275 * the same addres
[all...]
H A Dhugetlb.c88 * Serializes faults on the same logical page. This is used to
489 /* pages_per_hpage should be the same for all entries in
693 * call to region_chg with the same range, but in some cases the cache will not
1221 * same sized vma. It should never come here with last ref on the
1297 * account. Therefore, the meaning of chg is the same
1368 * no need to ask again on the same node. Pool is node rather than
2195 * failed, do not continue to try hard on the same node. Use the
2779 * In the normal case, vma_commit_reservation returns the same value
3247 * in hugetlb_reserve_pages for the same page. Also,
5868 * same regio
6187 bool same; local
[all...]
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S451 ! and dest hit the same cache line, this will thrash, so make
636 ! and dest hit the same cache line, this will thrash, so make
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S199 tst.b NDIVIDEND(%a6) # remainder has same sign
221 # if the register numbers are the same, only the quotient gets saved.
299 swap %d5 # same as r*b if previous step rqd
H A Dpfpsp.S2610 # OVFL : same as OPERR
2611 # UNFL : same as OPERR
2612 # DZ : same as OPERR
2613 # INEX2 : same as OPERR
6792 # unf_res4(): same as above but for fsglmul/fsgldiv which use #
6948 # ovf_res2(): same as above but the rnd mode/prec are passed #
9652 # For denorms, force the j-bit to a one and do the same as for #
9655 # For zeroes/infs/NANs, return the same while setting the FPSR #
9758 # For denorms, force the j-bit to a one and do the same as for #
9761 # For zeroes/infs/NANs, return the same whil
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S5 | setoxd does the same except the input value is a denormalized
30 | second one is measured when the function is reinvoked at the same
335 | file, README, in this same directory.
H A Dbugfix.S156 | file, README, in this same directory.
H A Ddo_func.S26 | file, README, in this same directory.
H A Dgen_except.S33 | file, README, in this same directory.
392 | the same as the saved friar)
H A Dsrem_mod.S70 | file, README, in this same directory.
H A Dtbldo.S21 | file, README, in this same directory.
H A Dbindec.S135 | file, README, in this same directory.
/linux-master/arch/arm/kernel/
H A Dentry-armv.S309 @ and reuses the same macros. However in abort mode we must also
503 * previous and next are guaranteed not to be the same.
706 * the critical sequence. The same strategy as for cmpxchg is used.
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S271 andcc %o3, %o0, %g0 ! Check %o0 only (%o1 has the same last 2 bits)
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S378 # with other, exactly the same 640-byte fragment of another rodata section
H A Dsha512-ssse3-asm.S380 # with other, exactly the same 640-byte fragment of another rodata section
H A Dsha512-avx2-asm.S691 # with other, exactly the same 640-byte fragment of another rodata section
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2021 $reason2. Both are not supported at the same time,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c588 /* flows sharing the same hairpin */
3091 /* masked values are the same and there are no rewrites that do not have a
3107 bool same = false; local
3111 same = SAME_VAL_MASK(u8, valp, maskp, matchvalp, matchmaskp);
3114 same = SAME_VAL_MASK(u16, valp, maskp, matchvalp, matchmaskp);
3117 same = SAME_VAL_MASK(u32, valp, maskp, matchvalp, matchmaskp);
3121 return same;
3233 "can't set and add to the same HW field");
3235 "mlx5: can't set and add to the same HW field (%x)\n",
3248 /* don't rewrite if we have a match on the same valu
[all...]
/linux-master/drivers/ata/
H A Dlibata-scsi.c449 /* Send userspace a few ATA registers (same as drivers/ide) */
3121 * NOTE: this is the same format as ADD LBA(S) TO NV CACHE PINNED SET
3393 u16 same; local
3398 same = get_unaligned_le16(&hdr[4]);
3402 hdr[4] = same & 0xf;
/linux-master/arch/xtensa/kernel/
H A Dentry.S1167 bne a0, a4, 1f # same as old value? jump
1498 * a0, a1, a2 same
1514 * Note: This frame might be the same as above.
1595 * exceptions share the same entry point and are handled identically.

Completed in 482 milliseconds

12345