Home
last modified time | relevance | path

Searched refs:ry (Results 1 – 7 of 7) sorted by relevance

/arch/s390/kernel/
A Dcpcmd.c32 : [ry] "+&d" (cmdlen) in diag8_noresponse()
40 union register_pair rx, ry; in diag8_response() local
45 ry.even = cmdlen | 0x40000000L; in diag8_response()
46 ry.odd = *rlen; in diag8_response()
50 : CC_OUT(cc, cc), [ry] "+d" (ry.pair) in diag8_response()
54 *rlen += ry.odd; in diag8_response()
56 *rlen = ry.odd; in diag8_response()
57 return ry.even; in diag8_response()
/arch/s390/include/asm/
A Dappldata.h50 int ry; in appldata_asm() local
63 : "=d" (ry) in appldata_asm()
66 return ry; in appldata_asm()
/arch/s390/boot/
A Dphysmem_info.c64 unsigned long ry; in __diag260() local
68 ry = 0x10; /* storage configuration */ in __diag260()
76 : CC_OUT(cc, cc), [exc] "+d" (exception), [ry] "+d" (ry) in __diag260()
80 return cc == 0 ? ry : -1; in __diag260()
/arch/s390/kvm/
A Ddiag.c93 u16 ry = (vcpu->arch.sie_block->ipa & 0x0f); in __diag_page_ref_service() local
117 vcpu->run->s.regs.gprs[ry] = 8; in __diag_page_ref_service()
131 vcpu->run->s.regs.gprs[ry] = 0; in __diag_page_ref_service()
145 vcpu->run->s.regs.gprs[ry] = 0; in __diag_page_ref_service()
151 vcpu->run->s.regs.gprs[ry] = 4; in __diag_page_ref_service()
/arch/s390/mm/
A Dextmem.c138 unsigned long rx, ry; in dcss_diag() local
142 ry = (unsigned long) *func; in dcss_diag()
148 : CC_OUT(cc, cc), [rx] "+d" (rx), [ry] "+d" (ry) in dcss_diag()
152 *ret2 = ry; in dcss_diag()
/arch/mips/kernel/
A Dunaligned.c1279 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1283 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1337 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
/arch/mips/include/uapi/asm/
A Dinst.h1088 __BITFIELD_FIELD(unsigned int ry : 3,
1103 __BITFIELD_FIELD(unsigned int ry : 3,

Completed in 21 milliseconds