Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c326 ptr = nt_init(ptr, NT_S390_VXRS_LOW, in fill_cpu_elf_notes()
349 size += nt_size(NT_S390_VXRS_LOW, sizeof(sa->vxrs_low)); in get_cpu_elf_notes_size()
Dptrace.c1249 .core_note_type = NT_S390_VXRS_LOW,
1453 .core_note_type = NT_S390_VXRS_LOW,
/linux-6.12.1/include/uapi/linux/
Delf.h424 #define NT_S390_VXRS_LOW 0x309 /* s390 vector registers 0-15 upper half */ macro