Home
last modified time | relevance | path

Searched refs:ilc (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dlpswe-early.S7 ilc: label
24 cli ilc,0 /* ilc zero? */
H A Dstosm-early.S7 ilc: label
25 cli ilc,4 /* ilc for STOSM? */
H A Dssm-early.S7 ilc: label
25 cli ilc,4 /* ilc for SSM? */
H A Dexrl-ssm-early.S7 ilc: label
27 cli ilc,6 /* ilc for EXRL? */
H A Dpgm-specification-softmmu.S8 ilc: label
25 llgc %r1,ilc
H A Dmc.S2 ilc: label
29 llgc %r1,ilc
H A Dper.S2 ilc: label
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h348 static inline unsigned long __rewind_psw(psw_t psw, unsigned long ilc) in __rewind_psw() argument
355 return (psw.addr - ilc) & mask; in __rewind_psw()