/openbmc/linux/include/linux/ |
H A D | rmap.h | 395 #define DEFINE_PAGE_VMA_WALK(name, _page, _vma, _address, _flags) \ argument 397 .pfn = page_to_pfn(_page), \ 398 .nr_pages = compound_nr(_page), \ 399 .pgoff = page_to_pgoff(_page), \
|
H A D | mmzone.h | 77 # define is_migrate_cma_page(_page) (get_pageblock_migratetype(_page) == MIGRATE_CMA) argument 80 # define is_migrate_cma_page(_page) false argument
|
/openbmc/linux/mm/ |
H A D | page_reporting.h | 47 #define page_reported(_page) false argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 237 struct page *_page; member 246 return (void *)((unsigned long)page_address(r->_page) + r->_offset); in rxb_addr() 257 get_page(r->_page); in rxb_steal_page() 258 return r->_page; in rxb_steal_page() 263 __free_pages(r->_page, r->_rx_page_order); in iwl_free_rxb()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_sysfs.c | 893 #define sdev_vpd_pg_attr(_page) \ argument 895 show_vpd_##_page(struct file *filp, struct kobject *kobj, \ 905 vpd_page = rcu_dereference(sdev->vpd_##_page); \ 912 static struct bin_attribute dev_attr_vpd_##_page = { \ 913 .attr = {.name = __stringify(vpd_##_page), .mode = S_IRUGO }, \ 915 .read = show_vpd_##_page, \
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9881c.c | 58 #define ILI9881C_SWITCH_PAGE_INSTR(_page) \ argument 62 .page = (_page), \
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | r4kcache.h | 213 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
|
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 642 #define FUN_ADMIN_PORT_XCVR_READ_REQ_INIT(_flags, _id, _bank, _page, \ argument 647 .bank = (_bank), .page = (_page), .offset = (_offset), \
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 70 struct page **_page, void **fsdata) in afs_write_begin() argument 119 *_page = folio_file_page(folio, pos / PAGE_SIZE); in afs_write_begin()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 1384 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write() 1385 if (!rxb._page) in iwl_dbgfs_inject_packet_write() 1389 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_inject_packet_write()
|
H A D | ops.c | 1615 entry->rxb._page = rxb_steal_page(rxb); in iwl_mvm_rx_common()
|
/openbmc/linux/drivers/dma/sh/ |
H A D | rcar-dmac.c | 1079 struct rcar_dmac_desc_page *page, *_page; in rcar_dmac_free_chan_resources() local 1111 list_for_each_entry_safe(page, _page, &rchan->desc.pages, node) { in rcar_dmac_free_chan_resources()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1316 ._page = rxb->page, in iwl_pcie_rx_handle_rb()
|