Home
last modified time | relevance | path

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

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