Searched refs:pfs (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/platform/x86/intel/ |
| H A D | vsec_tpmi.c | 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 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 D | xattr.c | 475 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 D | Kconfig | 40 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 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-6.15/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-6.15/tools/arch/s390/include/uapi/asm/ |
| H A D | kvm.h | 588 __u64 pfs; /* pfault select [PFAULT] */ member
|
| /linux-6.15/arch/s390/include/uapi/asm/ |
| H A D | kvm.h | 588 __u64 pfs; /* pfault select [PFAULT] */ member
|
| /linux-6.15/Documentation/mm/ |
| H A D | page_tables.rst | 31 and so on until we reach pfn 0xfffff at 0xfffff000. With 16KB pages pfs are
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5142 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()
|