Home
last modified time | relevance | path

Searched refs:ext_int_code (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c338 lowcore->ext_int_code = cpu_to_be16(EXT_EMERGENCY); in do_ext_interrupt()
348 lowcore->ext_int_code = cpu_to_be16(EXT_EXTERNAL_CALL); in do_ext_interrupt()
353 lowcore->ext_int_code = cpu_to_be16(EXT_CLOCK_COMP); in do_ext_interrupt()
358 lowcore->ext_int_code = cpu_to_be16(EXT_CPU_TIMER); in do_ext_interrupt()
366 lowcore->ext_int_code = cpu_to_be16(EXT_SERVICE); in do_ext_interrupt()
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h51 uint16_t ext_int_code; /* 0x086 */ member
/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c44 S390_lowcore.ext_int_code = 0; in sclp_early_wait_irq()
58 } while (S390_lowcore.ext_int_code != EXT_IRQ_SERVICE_SIG); in sclp_early_wait_irq()
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h32 __u16 ext_int_code; /* 0x0086 */ member
/openbmc/linux/arch/s390/kernel/
H A Dasm-offsets.c77 OFFSET(__LC_EXT_INT_CODE, lowcore, ext_int_code); in main()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h24 uint16_t ext_int_code; /* 0x086 */ member