Searched refs:subpage (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/power/cpupower/utils/ |
| H A D | cpupower.c | 81 static int print_man_page(const char *subpage) in print_man_page() argument 87 if (subpage != NULL) in print_man_page() 88 len += strlen(subpage); in print_man_page() 95 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page() 97 strcat(page, subpage); in print_man_page()
|
| /linux/mm/ |
| H A D | rmap.c | 1859 struct page *subpage; in try_to_unmap_one() local 1978 subpage = folio_page(folio, pfn - folio_pfn(folio)); in try_to_unmap_one() 1981 PageAnonExclusive(subpage); in try_to_unmap_one() 1990 VM_BUG_ON_PAGE(!PageHWPoison(subpage), subpage); in try_to_unmap_one() 2070 if (PageHWPoison(subpage) && (flags & TTU_HWPOISON)) { in try_to_unmap_one() 2071 pteval = swp_entry_to_pte(make_hwpoison_entry(subpage)); in try_to_unmap_one() 2094 swp_entry_t entry = page_swap_entry(subpage); in try_to_unmap_one() 2169 folio_try_share_anon_rmap_pte(folio, subpage)) { in try_to_unmap_one() 2215 folio_remove_rmap_ptes(folio, subpage, nr_pages, vma); in try_to_unmap_one() 2289 struct page *subpage; in try_to_migrate_one() local [all …]
|
| H A D | gup.c | 1464 struct page *subpage; in __get_user_pages() local 1497 subpage = page + j; in __get_user_pages() 1498 pages[i + j] = subpage; in __get_user_pages() 1499 flush_anon_page(vma, subpage, start + j * PAGE_SIZE); in __get_user_pages() 1500 flush_dcache_page(subpage); in __get_user_pages()
|
| H A D | memory.c | 7339 struct page *subpage; in copy_folio_from_user() local 7342 subpage = folio_page(dst_folio, i); in copy_folio_from_user() 7343 kaddr = kmap_local_page(subpage); in copy_folio_from_user() 7355 flush_dcache_page(subpage); in copy_folio_from_user()
|
| /linux/drivers/target/ |
| H A D | target_core_spc.c | 977 uint8_t subpage; member 980 { .page = 0x01, .subpage = 0x00, .emulate = spc_modesense_rwrecovery }, 981 { .page = 0x08, .subpage = 0x00, .emulate = spc_modesense_caching }, 982 { .page = 0x0a, .subpage = 0x00, .emulate = spc_modesense_control }, 983 { .page = 0x1c, .subpage = 0x00, .emulate = spc_modesense_informational_exceptions }, 1047 u8 subpage = cdb[3]; in spc_emulate_modesense() local 1105 if (subpage != 0x00 && subpage != 0xff) { in spc_emulate_modesense() 1106 pr_warn("MODE_SENSE: Invalid subpage code: 0x%02x\n", subpage); in spc_emulate_modesense() 1117 if ((modesense_handlers[i].subpage & ~subpage) == 0) { in spc_emulate_modesense() 1130 modesense_handlers[i].subpage == subpage) { in spc_emulate_modesense() [all …]
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | nand-macronix.txt | 6 randomizer are subpage accesses prohibited and more time period needed 11 For more high-reliability concern, if subpage write is not available
|
| /linux/fs/btrfs/ |
| H A D | Makefile | 35 subpage.o tree-mod-log.o extent-io-tree.o fs.o messages.o bio.o \
|
| H A D | extent_io.c | 3751 bool subpage = btrfs_meta_is_subpage(eb->fs_info); in set_extent_buffer_dirty() local 3764 if (subpage) in set_extent_buffer_dirty() 3769 if (subpage) in set_extent_buffer_dirty()
|
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 1829 int subpage = (usage & 0xFF00) << 8; in wacom_equivalent_usage() local 1832 if (subpage == WACOM_HID_SP_PAD || in wacom_equivalent_usage() 1833 subpage == WACOM_HID_SP_BUTTON || in wacom_equivalent_usage() 1834 subpage == WACOM_HID_SP_DIGITIZER || in wacom_equivalent_usage() 1835 subpage == WACOM_HID_SP_DIGITIZERINFO || in wacom_equivalent_usage() 1850 if (subpage == HID_UP_UNDEFINED) in wacom_equivalent_usage() 1851 subpage = HID_UP_DIGITIZER; in wacom_equivalent_usage() 1853 return subpage | subusage; in wacom_equivalent_usage() 1857 int subpage = (usage & 0xFF00) << 8; in wacom_equivalent_usage() local 1863 if (subpage == HID_UP_UNDEFINED) in wacom_equivalent_usage() [all …]
|
| /linux/include/scsi/ |
| H A D | scsi_device.h | 467 int subpage, unsigned char *buffer, int len, int timeout,
|
| /linux/drivers/scsi/ |
| H A D | scsi_lib.c | 2338 scsi_mode_sense(struct scsi_device *sdev, int dbd, int modepage, int subpage, in scsi_mode_sense() argument 2372 cmd[3] = subpage; in scsi_mode_sense()
|