Searched refs:sh2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/ |
D | reciprocal_div.h | 25 u8 sh1, sh2; member 36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
|
/Linux-v4.19/arch/sh/kernel/cpu/ |
D | Makefile | 6 obj-$(CONFIG_CPU_SH2) = sh2/
|
/Linux-v4.19/lib/ |
D | reciprocal_div.c | 25 R.sh2 = max(l - 1, 0); in reciprocal_value()
|
/Linux-v4.19/arch/sh/ |
D | Makefile | 26 isa-$(CONFIG_CPU_SH2) := sh2 184 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
|
/Linux-v4.19/arch/sh/mm/ |
D | Makefile | 9 cacheops-$(CONFIG_CPU_SUBTYPE_SH7619) := cache-sh2.o
|
/Linux-v4.19/arch/arm64/crypto/ |
D | ghash-ce-core.S | 40 sh2 .req v21 90 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4 98 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4 189 tbl sh2.16b, {SHASH.16b}, perm2.16b
|
/Linux-v4.19/drivers/md/ |
D | raid5.c | 714 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument 716 if (sh1 > sh2) { in lock_two_stripes() 717 spin_lock_irq(&sh2->stripe_lock); in lock_two_stripes() 721 spin_lock_nested(&sh2->stripe_lock, 1); in lock_two_stripes() 725 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument 728 spin_unlock_irq(&sh2->stripe_lock); in unlock_two_stripes() 2923 struct stripe_head sh2; in raid5_compute_blocknr() local 3018 previous, &dummy1, &sh2); in raid5_compute_blocknr() 3019 if (check != sh->sector || dummy1 != dd_idx || sh2.pd_idx != sh->pd_idx in raid5_compute_blocknr() 3020 || sh2.qd_idx != sh->qd_idx) { in raid5_compute_blocknr() [all …]
|
/Linux-v4.19/Documentation/sh/ |
D | new-machine.txt | 63 | | |-- sh2 75 |-- cpu-sh2
|