Home
last modified time | relevance | path

Searched refs:pfs (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/platform/x86/intel/
H A Dtpmi.c182 #define TPMI_GET_SINGLE_ENTRY_SIZE(pfs) \ argument
184 pfs->pfs_header.entry_size > SZ_1K ? 0 : pfs->pfs_header.entry_size << 2; \
373 struct intel_tpmi_pm_feature *pfs; in tpmi_pfs_dbg_show() local
380 pfs = &tpmi_info->tpmi_features[i]; in tpmi_pfs_dbg_show()
381 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &feature_state); in tpmi_pfs_dbg_show()
394 pfs->pfs_header.tpmi_id, pfs->pfs_header.num_entries, in tpmi_pfs_dbg_show()
395 pfs->pfs_header.entry_size, pfs->pfs_header.cap_offset, in tpmi_pfs_dbg_show()
396 pfs->pfs_header.attribute, pfs->vsec_offset, locked, disabled, in tpmi_pfs_dbg_show()
409 struct intel_tpmi_pm_feature *pfs = s->private; in tpmi_mem_dump_show() local
416 size = TPMI_GET_SINGLE_ENTRY_SIZE(pfs); in tpmi_mem_dump_show()
[all …]
/linux/fs/erofs/
H A Dxattr.c475 struct erofs_xattr_prefix_item *pfs; in erofs_xattr_prefixes_init() local
481 pfs = kzalloc(sbi->xattr_prefix_count * sizeof(*pfs), GFP_KERNEL); in erofs_xattr_prefixes_init()
482 if (!pfs) in erofs_xattr_prefixes_init()
496 } else if (len < sizeof(*pfs->prefix) || in erofs_xattr_prefixes_init()
497 len > EROFS_NAME_LEN + sizeof(*pfs->prefix)) { in erofs_xattr_prefixes_init()
502 pfs[i].prefix = ptr; in erofs_xattr_prefixes_init()
503 pfs[i].infix_len = len - sizeof(struct erofs_xattr_long_prefix); in erofs_xattr_prefixes_init()
507 sbi->xattr_prefixes = pfs; in erofs_xattr_prefixes_init()
/linux/net/9p/
H A DKconfig40 This builds support for a transport for 9pfs between
49 This builds support for a transport for 9pfs over
/linux/Documentation/filesystems/
H A D9p.rst76 Diod (9pfs server) and the forwarder are on the development host, where
89 Just start the 9pfs capable network server like diod/nfs-ganesha e.g.::
/linux/arch/s390/include/uapi/asm/
H A Dkvm.h587 __u64 pfs; /* pfault select [PFAULT] */ member
/linux/tools/arch/s390/include/uapi/asm/
H A Dkvm.h587 __u64 pfs; /* pfault select [PFAULT] */ member
/linux/Documentation/mm/
H A Dpage_tables.rst31 and so on until we reach pfn 0xfffff at 0xfffff000. With 16KB pages pfs are
/linux/arch/s390/kvm/
H A Dkvm-s390.c4884 vcpu->arch.pfault_select = kvm_run->s.regs.pfs; in sync_regs_fmt2()
5015 kvm_run->s.regs.pfs = vcpu->arch.pfault_select; in store_regs()