Searched refs:r01 (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | ecc.c | 414 r01 = add_128_128(r01, product); in vli_mult() 419 r01.m_low = r01.m_high; in vli_mult() 420 r01.m_high = r2; in vli_mult() 431 uint128_t r01 = { 0 }; in vli_umult() local 438 r01 = add_128_128(r01, product); in vli_umult() 441 r01.m_low = r01.m_high; in vli_umult() 442 r01.m_high = 0; in vli_umult() 444 result[k] = r01.m_low; in vli_umult() 475 r01 = add_128_128(r01, product); in vli_square() 480 r01.m_low = r01.m_high; in vli_square() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/ |
A D | radio_2057.c | 116 #define RADIOREGS7(r00, r01, r02, r03, r04, r05, r06, r07, r08, r09, \ argument 120 .radio_vcocal_countval1 = r01, \ 148 #define RADIOREGS7_2G(r00, r01, r02, r03, r04, r05, r06, r07, r08, r09, \ argument 151 .radio_vcocal_countval1 = r01, \
|
A D | radio_2059.c | 22 #define RADIOREGS(r00, r01, r02, r03, r04, r05, r06, r07, r08, r09, \ argument 26 .radio_syn17 = r01, \
|
A D | radio_2056.c | 3025 #define RADIOREGS3(r00, r01, r02, r03, r04, r05, r06, r07, r08, r09, \ argument 3030 .radio_syn_pll_vcocal2 = r01, \
|
/linux-6.3-rc2/arch/hexagon/include/uapi/asm/ |
A D | registers.h | 80 unsigned long r01; member
|
/linux-6.3-rc2/arch/hexagon/kernel/ |
A D | vm_events.c | 38 regs->r01, in show_regs()
|
A D | kgdb.c | 21 { " r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, r01)},
|
A D | traps.c | 382 regs->r00 = syscall(regs->r00, regs->r01, in do_trap0()
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | elf.h | 103 DEST.r1 = REGS->r01; \
|
Completed in 37 milliseconds