Home
last modified time | relevance | path

Searched refs:NT_S390_VXRS_LOW (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c325 ptr = nt_init(ptr, NT_S390_VXRS_LOW, in fill_cpu_elf_notes()
348 size += nt_size(NT_S390_VXRS_LOW, sizeof(sa->vxrs_low)); in get_cpu_elf_notes_size()
H A Dptrace.c1282 .core_note_type = NT_S390_VXRS_LOW,
1486 .core_note_type = NT_S390_VXRS_LOW,
/openbmc/linux/include/uapi/linux/
H A Delf.h423 #define NT_S390_VXRS_LOW 0x309 /* s390 vector registers 0-15 upper half */ macro
/openbmc/qemu/target/s390x/
H A Darch_dump.c124 note->hdr.n_type = cpu_to_be32(NT_S390_VXRS_LOW); in s390x_write_elf64_vregslo()
/openbmc/qemu/include/
H A Delf.h1686 #define NT_S390_VXRS_LOW 0x309 /* s390 vector registers 0-15 (lower half) */ macro