Searched refs:Position (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | dtlb_backend.S | 48 1: sllx %g6, VPTE_SHIFT, %g4 ! Position TAG_ACCESS 54 srlx %g6, (TLB_PMD_SHIFT - 1), %g1 ! Position PMD offset 58 add %g1, %g1, %g1 ! Position PMD offset some more 61 srlx %g6, (TLB_PGD_SHIFT - 2), %g5 ! Position PGD offset
|
/linux-2.4.37.9/arch/mips/arc/ |
D | file.c | 54 ArcSeek(ULONG FileID, struct linux_bigint *Position, enum linux_seekmode SeekMode) in ArcSeek() argument 56 return ARC_CALL3(seek, FileID, Position, SeekMode); in ArcSeek()
|