| /linux-6.15/fs/f2fs/ |
| H A D | iostat.c | 216 unsigned int page_type = iostat_ctx->type; in __update_iostat_latency() local 225 if (page_type == META_FLUSH) { in __update_iostat_latency() 226 page_type = META; in __update_iostat_latency() 227 } else if (page_type >= NR_PAGE_TYPE) { in __update_iostat_latency() 228 f2fs_warn(sbi, "%s: %d over NR_PAGE_TYPE", __func__, page_type); in __update_iostat_latency() 233 io_lat->sum_lat[lat_type][page_type] += ts_diff; in __update_iostat_latency() 234 io_lat->bio_cnt[lat_type][page_type]++; in __update_iostat_latency() 235 if (ts_diff > io_lat->peak_lat[lat_type][page_type]) in __update_iostat_latency() 236 io_lat->peak_lat[lat_type][page_type] = ts_diff; in __update_iostat_latency()
|
| H A D | iostat.h | 41 enum page_type type; 46 enum page_type type) in iostat_update_submit_ctx() 75 enum page_type type) {} in iostat_update_submit_ctx()
|
| H A D | data.c | 513 enum page_type type) in f2fs_submit_read_bio() 523 enum page_type type) in f2fs_submit_write_bio() 622 enum page_type type, enum temp_type temp) in __f2fs_submit_merged_write() 624 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() 646 nid_t ino, enum page_type type, bool force) in __submit_merged_write_cond() 653 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() 669 void f2fs_submit_merged_write(struct f2fs_sb_info *sbi, enum page_type type) in f2fs_submit_merged_write() 676 nid_t ino, enum page_type type) in f2fs_submit_merged_write_cond() 950 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write()
|
| H A D | f2fs.h | 1145 enum page_type { enum 1224 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */ 3835 void f2fs_folio_wait_writeback(struct folio *folio, enum page_type type, 3854 enum page_type type, enum temp_type temp); 3889 long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, 3929 enum page_type type); 3931 void f2fs_submit_merged_write(struct f2fs_sb_info *sbi, enum page_type type); 3934 nid_t ino, enum page_type type); 4799 struct folio *folio, enum page_type type) in f2fs_handle_page_eio()
|
| H A D | dir.c | 431 enum page_type type = f2fs_has_inline_dentry(dir) ? NODE : DATA; in f2fs_set_link()
|
| H A D | checkpoint.c | 416 long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, in f2fs_sync_meta_pages()
|
| H A D | segment.c | 3544 enum page_type type, enum temp_type temp) in f2fs_io_type_to_rw_hint() 4159 void f2fs_folio_wait_writeback(struct folio *folio, enum page_type type, in f2fs_folio_wait_writeback()
|
| /linux-6.15/include/linux/ |
| H A D | page-flags.h | 979 static inline bool page_type_has_type(int page_type) in page_type_has_type() argument 981 return page_type < (PGTY_mapcount_underflow << 24); in page_type_has_type() 992 return page_mapcount_is_type(data_race(page->page_type)); in page_has_type() 1004 VM_BUG_ON_FOLIO(data_race(folio->page.page_type) != UINT_MAX, \ 1006 folio->page.page_type = (unsigned int)PGTY_##lname << 24; \ 1010 if (folio->page.page_type == UINT_MAX) \ 1013 folio->page.page_type = UINT_MAX; \ 1020 return data_race(page->page_type >> 24) == PGTY_##lname; \ 1027 page->page_type = (unsigned int)PGTY_##lname << 24; \ 1031 if (page->page_type == UINT_MAX) \ [all …]
|
| H A D | mm_types.h | 174 unsigned int page_type; member 595 TABLE_MATCH(page_type, __page_type);
|
| H A D | psp-sev.h | 641 u32 page_type:3; /* In */ member
|
| /linux-6.15/arch/x86/kernel/cpu/sgx/ |
| H A D | ioctl.c | 901 enum sgx_page_type page_type; in sgx_enclave_modify_types() local 910 page_type = modt->page_type & SGX_PAGE_TYPE_MASK; in sgx_enclave_modify_types() 915 if (page_type != SGX_PAGE_TYPE_TCS && page_type != SGX_PAGE_TYPE_TRIM) in sgx_enclave_modify_types() 920 secinfo.flags = page_type << 8; in sgx_enclave_modify_types() 943 page_type == SGX_PAGE_TYPE_TRIM))) { in sgx_enclave_modify_types() 959 page_type == SGX_PAGE_TYPE_TCS) { in sgx_enclave_modify_types() 1017 entry->type = page_type; in sgx_enclave_modify_types() 1074 if (params.page_type & ~SGX_PAGE_TYPE_MASK) in sgx_ioc_enclave_modify_types()
|
| /linux-6.15/mm/ |
| H A D | debug.c | 61 static const char *page_type_name(unsigned int page_type) in page_type_name() argument 63 unsigned i = (page_type >> 24) - 0xf0; in page_type_name() 116 pr_warn("page_type: %x(%s)\n", folio->page.page_type >> 24, in __dump_folio() 117 page_type_name(folio->page.page_type)); in __dump_folio()
|
| H A D | zpdesc.h | 57 ZPDESC_MATCH(page_type, first_obj_offset);
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | sgx.h | 117 __u64 page_type; member
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | main.c | 455 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; 1379 modt_ioc.page_type = SGX_PAGE_TYPE_TCS; in TEST_F() 1442 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F() 1643 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F() 1754 ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F() 1869 ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F() 1955 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F()
|
| /linux-6.15/tools/cgroup/ |
| H A D | memcg_slabinfo.py | 153 if page.page_type.value_() == PGSlab:
|
| /linux-6.15/include/uapi/scsi/ |
| H A D | scsi_bsg_mpi3mr.h | 354 __u8 page_type; member
|
| /linux-6.15/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 5682 cfg_req->action, cfg_req->page_type, in mpi3mr_process_cfg_req() 5706 cfg_req->action, cfg_req->page_type, in mpi3mr_process_cfg_req() 5787 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_DEVICE; in mpi3mr_cfg_get_dev_pg0() 5847 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_SAS_PHY; in mpi3mr_cfg_get_sas_phy_pg0() 5906 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_SAS_PHY; in mpi3mr_cfg_get_sas_phy_pg1() 6086 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_ENCLOSURE; in mpi3mr_cfg_get_enclosure_pg0() 6140 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_SAS_IO_UNIT; in mpi3mr_cfg_get_sas_io_unit_pg0() 6196 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_SAS_IO_UNIT; in mpi3mr_cfg_get_sas_io_unit_pg1() 6252 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_SAS_IO_UNIT; in mpi3mr_cfg_set_sas_io_unit_pg1() 6321 cfg_req.page_type = MPI3_CONFIG_PAGETYPE_DRIVER; in mpi3mr_cfg_get_driver_pg1() [all …]
|
| H A D | mpi3mr.h | 1539 struct mpi3_driver_page2 *driver_pg2, u16 pg_sz, u8 page_type); 1580 int mpi3mr_refresh_trigger(struct mpi3mr_ioc *mrioc, u8 page_type);
|
| H A D | mpi3mr_app.c | 1077 switch (refresh_triggers.page_type) { in mpi3mr_bsg_refresh_hdb_triggers() 1090 __func__, refresh_triggers.page_type); in mpi3mr_bsg_refresh_hdb_triggers()
|
| /linux-6.15/drivers/message/fusion/ |
| H A D | mptbase.c | 6361 u8 page_type = 0, extend_page; in mpt_config() local 6447 page_type = pReq->ExtPageType; in mpt_config() 6451 page_type = pReq->Header.PageType; in mpt_config() 6469 ioc->name, page_type, pReq->Header.PageNumber, in mpt_config() 6539 " action %d\n", ioc->name, page_type, in mpt_config() 8146 u8 page_type; in mpt_iocstatus_info_config() local 8149 page_type = pReq->ExtPageType; in mpt_iocstatus_info_config() 8151 page_type = pReq->Header.PageType; in mpt_iocstatus_info_config() 8158 if (page_type == MPI_CONFIG_EXTPAGETYPE_SAS_DEVICE || in mpt_iocstatus_info_config() 8160 page_type == MPI_CONFIG_EXTPAGETYPE_ENCLOSURE) { in mpt_iocstatus_info_config() [all …]
|
| /linux-6.15/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 87 u8 page_type; member 102 u8 page_type; member 1202 u8 page_type; member
|
| /linux-6.15/drivers/crypto/hisilicon/ |
| H A D | qm.c | 1157 u32 page_type = 0x0; in qm_init_prefetch() local 1164 page_type = 0x0; in qm_init_prefetch() 1167 page_type = 0x1; in qm_init_prefetch() 1170 page_type = 0x2; in qm_init_prefetch() 1177 writel(page_type, qm->io_base + QM_PAGE_SIZE); in qm_init_prefetch()
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | amd-memory-encryption.rst | 536 where the allowed values for page_type are #define'd as::
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | sev.c | 2283 fw_args.page_type = sev_populate_args->type; in sev_gmem_post_populate() 2423 data.page_type = SNP_PAGE_TYPE_VMSA; in snp_launch_update_vmsa()
|