Searched refs:pfs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/x86/intel/ |
| H A D | vsec_tpmi.c | 182 #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 D | xattr.c | 493 struct erofs_xattr_prefix_item *pfs; in erofs_xattr_prefixes_init() local 500 pfs = kzalloc_objs(*pfs, sbi->xattr_prefix_count); in erofs_xattr_prefixes_init() 501 if (!pfs) in erofs_xattr_prefixes_init() 521 } else if (len < sizeof(*pfs->prefix) || in erofs_xattr_prefixes_init() 522 len > EROFS_NAME_LEN + sizeof(*pfs->prefix)) { in erofs_xattr_prefixes_init() 527 pfs[i].prefix = ptr; in erofs_xattr_prefixes_init() 528 pfs[i].infix_len = len - sizeof(struct erofs_xattr_long_prefix); in erofs_xattr_prefixes_init() 533 struct erofs_xattr_prefix_item *pf = pfs + sbi->ishare_xattr_prefix_id; in erofs_xattr_prefixes_init() 545 sbi->xattr_prefixes = pfs; in erofs_xattr_prefixes_init()
|
| /linux/net/9p/ |
| H A D | Kconfig | 40 This builds support for a transport for 9pfs between 49 This builds support for a transport for 9pfs over
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_cn10k.c | 28 int pfs, vfs; in lmtst_map_table_ops() local 33 pfs = 1 << ((cfg >> 4) & 0x7); in lmtst_map_table_ops() 35 lmt_map_base = ioremap_wc(tbl_base, pfs * vfs * LMT_MAPTBL_ENTRY_SIZE); in lmtst_map_table_ops()
|
| /linux/Documentation/filesystems/ |
| H A D | 9p.rst | 76 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/kvm/ |
| H A D | kvm-s390.c | 4774 vcpu->arch.pfault_select = kvm_run->s.regs.pfs; in sync_regs_fmt2() 4905 kvm_run->s.regs.pfs = vcpu->arch.pfault_select; in store_regs()
|