Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/boot/
Duv.c45 uv_info.supp_se_hdr_pcf = uvcb.supp_se_hdr_pcf; in uv_query_info()
/linux-6.6.21/arch/s390/include/asm/
Duv.h133 u64 supp_se_hdr_pcf; /* 0x00b8 */ member
397 unsigned long supp_se_hdr_pcf; member
/linux-6.6.21/arch/s390/kernel/
Duv.c498 return sysfs_emit(buf, "%lx\n", uv_info.supp_se_hdr_pcf); in uv_query_supp_se_hdr_pcf()
502 __ATTR(supp_se_hdr_pcf, 0444, uv_query_supp_se_hdr_pcf, NULL);