Searched refs:sh1 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | reciprocal_div.h | 25 u8 sh1, sh2; member 36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | reciprocal_div.c | 25 R.sh1 = min(l, 1); in reciprocal_value()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | ghash-ce-core.S | 36 sh1 .req v20 87 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4 95 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4 185 tbl sh1.16b, {SHASH.16b}, perm1.16b
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.c | 783 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument 784 __acquires(&sh1->stripe_lock) in lock_two_stripes() 787 if (sh1 > sh2) { in lock_two_stripes() 789 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes() 791 spin_lock_irq(&sh1->stripe_lock); in lock_two_stripes() 796 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument 797 __releases(&sh1->stripe_lock) in unlock_two_stripes() 800 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 20336 Enable sh1, sh2, sh2e, sh3, sh3e, sh4, sh4a, and sh-dsp insn sets.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 20336 Enable sh1, sh2, sh2e, sh3, sh3e, sh4, sh4a, and sh-dsp insn sets.
|