Searched refs:subcode (Results 1 – 9 of 9) sorted by relevance
/arch/s390/kvm/ |
D | diag.c | 31 unsigned long subcode = vcpu->arch.guest_gprs[reg] & 0xffff; in __diag_ipl_functions() local 33 VCPU_EVENT(vcpu, 5, "diag ipl functions, subcode %lx", subcode); in __diag_ipl_functions() 34 switch (subcode) { in __diag_ipl_functions()
|
/arch/s390/kernel/ |
D | diag.c | 35 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() argument 38 register unsigned long _ry2 asm("3") = subcode; in diag14()
|
D | ipl.c | 158 int diag308(unsigned long subcode, void *addr) in diag308() argument 168 : "d" (subcode) : "cc", "memory"); in diag308()
|
/arch/s390/include/asm/ |
D | diag.h | 19 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode);
|
D | ipl.h | 166 extern int diag308(unsigned long subcode, void *addr);
|
/arch/s390/mm/ |
D | fault.c | 547 __u16 subcode; in pfault_interrupt() local 555 subcode = S390_lowcore.cpu_addr; in pfault_interrupt() 556 if ((subcode & 0xff00) != __SUBCODE_MASK) in pfault_interrupt() 564 if (subcode & 0x0080) { in pfault_interrupt()
|
/arch/mips/kernel/ |
D | traps.c | 1007 int subcode; in do_mt() local 1009 subcode = (read_vpe_c0_vpecontrol() & VPECONTROL_EXCPT) in do_mt() 1011 switch (subcode) { in do_mt() 1032 subcode); in do_mt()
|
/arch/s390/hypfs/ |
D | hypfs_diag.c | 334 static int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() argument 336 register unsigned long _subcode asm("0") = subcode; in diag204()
|
/arch/m68k/fpsp040/ |
D | res_func.S | 673 .set subcode,0x28 define 684 cmpiw #subcode,%d0
|