Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/intel/
H A Dvsec_tpmi.c184 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
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()
424 off = pfs->vsec_offset; in tpmi_mem_dump_show()
546 struct intel_tpmi_pm_feature *pfs; in tpmi_dbgfs_register() local
696 info_mem = ioremap(pfs->vsec_offset, pfs->pfs_header.entry_size * sizeof(u32)); in tpmi_process_info()
733 memcpy_fromio(&pfs->pfs_header, pfs_mem, sizeof(pfs->pfs_header)); in tpmi_fetch_pfs_header()
771 pfs->vsec_dev = vsec_dev; in intel_vsec_tpmi_init()
[all …]
/linux-6.15/fs/erofs/
H A Dxattr.c475 struct erofs_xattr_prefix_item *pfs; in erofs_xattr_prefixes_init() local
481 pfs = kcalloc(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-6.15/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-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c28 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-6.15/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-6.15/tools/arch/s390/include/uapi/asm/
H A Dkvm.h588 __u64 pfs; /* pfault select [PFAULT] */ member
/linux-6.15/arch/s390/include/uapi/asm/
H A Dkvm.h588 __u64 pfs; /* pfault select [PFAULT] */ member
/linux-6.15/Documentation/mm/
H A Dpage_tables.rst31 and so on until we reach pfn 0xfffff at 0xfffff000. With 16KB pages pfs are
/linux-6.15/arch/s390/kvm/
H A Dkvm-s390.c5142 vcpu->arch.pfault_select = kvm_run->s.regs.pfs; in sync_regs_fmt2()
5273 kvm_run->s.regs.pfs = vcpu->arch.pfault_select; in store_regs()