Searched refs:resr (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/arch/microblaze/kernel/ |
| D | entry-nommu.S | 105 mfs r11, resr 159 mts resr, r11 265 mfs r11, resr 356 mfs r11, resr 423 mfs r12, resr 439 mts resr, r12 534 mts resr, r18
|
| D | entry.S | 499 mfs r6, resr 533 mfs r3, resr /* ESR */ 564 mfs r7, resr /* parameter unsigned long error_code */ 786 mfs r11, resr; 918 mfs r12, resr
|
| D | hw_exception_handler.S | 351 mfs r4, resr 537 mfs r6, resr;
|
| /Linux-v4.19/drivers/crypto/ |
| D | hifn_795x.c | 386 struct hifn_desc resr[HIFN_D_RES_RSIZE + 1]; member 898 dma->resr[i].p = __cpu_to_le32(dptr + in hifn_init_dma() 908 dma->resr[HIFN_D_RES_RSIZE].p = __cpu_to_le32(dptr + in hifn_init_dma() 909 offsetof(struct hifn_dma, resr[0])); in hifn_init_dma() 998 offsetof(struct hifn_dma, resr[0])); in hifn_init_registers() 1276 dma->resr[dma->resi].l = __cpu_to_le32(HIFN_USED_RESULT | in hifn_setup_res_desc() 1284 dma->resr[HIFN_D_RES_RSIZE].l = __cpu_to_le32(HIFN_D_VALID | in hifn_setup_res_desc() 1730 if (dma->resr[i].l & __cpu_to_le32(HIFN_D_VALID)) in hifn_clear_rings() 1835 pr_info("%x.%p ", dma->resr[i].l, dev->sa[i]); in hifn_work() 1927 struct hifn_desc *d = &dma->resr[i]; in hifn_flush()
|