/openbmc/linux/fs/ubifs/ |
H A D | file.c | 99 static int do_readpage(struct page *page) in do_readpage() 225 struct page *page; in write_begin_slow() local 427 struct page *page; in ubifs_write_begin() local 529 struct page *page, void *fsdata) in ubifs_write_end() 600 static int populate_page(struct ubifs_info *c, struct page *page, in populate_page() 779 struct page *page; in ubifs_do_bulk_read() local 821 static int ubifs_bulk_read(struct page *page) in ubifs_bulk_read() 889 struct page *page = &folio->page; in ubifs_read_folio() local 898 static int do_writepage(struct page *page, int len) in do_writepage() 1148 struct page *page; in do_truncation() local [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | node.h | 270 static inline void fill_node_footer(struct page *page, nid_t nid, in fill_node_footer() 296 static inline void fill_node_footer_blkaddr(struct page *page, block_t blkaddr) in fill_node_footer_blkaddr() 309 static inline bool is_recoverable_dnode(struct page *page) in is_recoverable_dnode() 392 static inline int is_node(struct page *page, int type) in is_node() 398 #define is_cold_node(page) is_node(page, COLD_BIT_SHIFT) argument 399 #define is_fsync_dnode(page) is_node(page, FSYNC_BIT_SHIFT) argument 400 #define is_dent_dnode(page) is_node(page, DENT_BIT_SHIFT) argument 402 static inline void set_cold_node(struct page *page, bool is_dir) in set_cold_node() 414 static inline void set_mark(struct page *page, int mark, int type) in set_mark() 428 #define set_dentry_mark(page, mark) set_mark(page, mark, DENT_BIT_SHIFT) argument [all …]
|
H A D | node.c | 328 struct page *page) in f2fs_add_fsync_node_entry() 554 struct page *page = NULL; in f2fs_get_node_info() local 937 struct page *page; in truncate_dnode() local 976 struct page *page; in truncate_nodes() local 1122 struct page *page; in f2fs_truncate_inode_blocks() local 1301 struct page *page; in f2fs_new_node_page() local 1430 struct page *page; in __get_node_page() local 1506 struct page *page; in flush_inline_data() local 2086 struct page *page; in f2fs_wait_on_node_pages_writeback() local 2959 struct page *page) in update_nat_bits() [all …]
|
H A D | inline.c | 82 void f2fs_do_read_inline_data(struct page *page, struct page *ipage) in f2fs_do_read_inline_data() 118 int f2fs_read_inline_data(struct inode *inode, struct page *page) in f2fs_read_inline_data() 145 int f2fs_convert_inline_page(struct dnode_of_data *dn, struct page *page) in f2fs_convert_inline_page() 221 struct page *ipage, *page; in f2fs_convert_inline_inode() local 263 int f2fs_write_inline_data(struct inode *inode, struct page *page) in f2fs_write_inline_data() 413 struct page *page; in f2fs_move_inline_dirents() local 644 struct page *page = NULL; in f2fs_add_inline_entry() local 700 void f2fs_delete_inline_entry(struct f2fs_dir_entry *dentry, struct page *page, in f2fs_delete_inline_entry()
|
/openbmc/linux/mm/ |
H A D | z3fold.c | 256 struct page *page = virt_to_page(zhdr); in get_z3fold_header() local 273 struct page *page = virt_to_page(zhdr); in put_z3fold_header() local 439 struct page *page = virt_to_page(zhdr); in __release_z3fold_page() local 499 struct page *page = virt_to_page(zhdr); in free_pages_work() local 689 struct page *page = virt_to_page(zhdr); in z3fold_compact_page() local 737 struct page *page; in do_compact_page() local 789 struct page *page; in __z3fold_alloc() local 1005 struct page *page = NULL; in z3fold_alloc() local 1095 struct page *page; in z3fold_free() local 1177 struct page *page; in z3fold_map() local [all …]
|
H A D | dmapool.c | 122 struct dma_page *page; in pool_find_page() local 136 struct dma_page *page; in pool_block_err() local 159 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page() 176 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page() 300 static void pool_initialise_page(struct dma_pool *pool, struct dma_page *page) in pool_initialise_page() 336 struct dma_page *page; in pool_alloc_page() local 362 struct dma_page *page, *tmp; in dma_pool_destroy() local 408 struct dma_page *page; in dma_pool_alloc() local
|
H A D | compaction.c | 71 struct page *page, *next; in release_freepages() local 88 struct page *page, *next; in split_map_pages() local 216 struct page *page) in isolation_suitable() 499 struct page *page) in isolation_suitable() 592 struct page *page; in isolate_freepages_block() local 1326 struct page *page) in suitable_migration_source() 1346 struct page *page) in suitable_migration_target() 1425 struct page *page; in fast_isolate_around() local 1475 struct page *page = NULL; in fast_isolate_freepages() local 1641 struct page *page; in isolate_freepages() local [all …]
|
H A D | memory-failure.c | 153 static int __page_handle_poison(struct page *page) in __page_handle_poison() 691 static void collect_procs_fsdax(struct page *page, in collect_procs_fsdax() 1367 void SetPageHWPoisonTakenOff(struct page *page) in SetPageHWPoisonTakenOff() 1372 void ClearPageHWPoisonTakenOff(struct page *page) in ClearPageHWPoisonTakenOff() 1490 static int __get_unpoison_page(struct page *page) in __get_unpoison_page() 1688 static int try_to_split_thp_page(struct page *page) in try_to_split_thp_page() 1807 struct page *page; in mf_dax_kill_procs() local 1841 struct page *page; member 1987 struct page *page = pfn_to_page(pfn); in __get_huge_page_for_hwpoison() local 2119 struct page *page; in put_ref_page() local [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_smc-test.c | 166 static void read_page(uint32_t addr, uint32_t *page) in read_page() 183 static void read_page_mem(uint32_t addr, uint32_t *page) in read_page_mem() 206 uint32_t page[FLASH_PAGE_SIZE / 4]; in assert_page_mem() local 216 uint32_t page[FLASH_PAGE_SIZE / 4]; in test_erase_sector() local 267 uint32_t page[FLASH_PAGE_SIZE / 4]; in test_erase_all() local 317 uint32_t page[FLASH_PAGE_SIZE / 4]; in test_write_page() local 353 uint32_t page[FLASH_PAGE_SIZE / 4]; in test_read_page_mem() local 394 uint32_t page[FLASH_PAGE_SIZE / 4]; in test_write_page_mem() local
|
/openbmc/linux/arch/mips/mm/ |
H A D | init.c | 63 struct page *page; in setup_zero_pages() local 82 static void *__kmap_pgprot(struct page *page, unsigned long addr, pgprot_t prot) in __kmap_pgprot() 137 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() 142 void *kmap_noncoherent(struct page *page, unsigned long addr) in kmap_noncoherent() 195 struct page *page, unsigned long vaddr, void *dst, const void *src, in copy_to_user_page() 215 struct page *page, unsigned long vaddr, void *dst, const void *src, in copy_from_user_page() 448 struct page *page = pfn_to_page(tmp); in mem_init_free_highmem() local 486 struct page *page = pfn_to_page(pfn); in free_init_pages() local
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_spl.c | 28 #define onenand_sector_address(page) (page << 2) argument 81 static int onenand_spl_read_page(uint32_t block, uint32_t page, uint32_t *buf, in onenand_spl_read_page() 133 int page, read; in onenand_spl_read_block() local 172 uint32_t page, rpage; in onenand_spl_load_image() local
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | mp2888.c | 39 static int mp2888_read_byte_data(struct i2c_client *client, int page, int reg) in mp2888_read_byte_data() 94 mp2888_read_phase(struct i2c_client *client, struct mp2888_data *data, int page, int phase, u8 reg) in mp2888_read_phase() 128 mp2888_read_phases(struct i2c_client *client, struct mp2888_data *data, int page, int phase) in mp2888_read_phases() 154 static int mp2888_read_word_data(struct i2c_client *client, int page, int phase, int reg) in mp2888_read_word_data() 263 static int mp2888_write_word_data(struct i2c_client *client, int page, int reg, u16 word) in mp2888_write_word_data()
|
H A D | max15301.c | 69 static int max15301_read_word_data(struct i2c_client *client, int page, in max15301_read_word_data() 89 static int max15301_read_byte_data(struct i2c_client *client, int page, int reg) in max15301_read_byte_data() 105 static int max15301_write_word_data(struct i2c_client *client, int page, int reg, in max15301_write_word_data() 125 static int max15301_write_byte(struct i2c_client *client, int page, u8 value) in max15301_write_byte()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | cache.c | 59 static inline void kmap_invalidate_coherent(struct page *page, in kmap_invalidate_coherent() 81 static inline void *coherent_kvaddr(struct page *page, unsigned long base, in coherent_kvaddr() 88 void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 271 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 311 extern void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page()
|
/openbmc/linux/drivers/block/ |
H A D | brd.c | 55 struct page *page; in brd_lookup_page() local 71 struct page *page, *cur; in brd_insert_page() local 109 struct page *page; in brd_free_pages() local 147 struct page *page; in copy_to_brd() local 179 struct page *page; in copy_from_brd() local 210 static int brd_do_bvec(struct brd_device *brd, struct page *page, in brd_do_bvec()
|
/openbmc/linux/arch/arm/mm/ |
H A D | flush.c | 128 void __flush_ptrace_access(struct page *page, unsigned long uaddr, void *kaddr, in __flush_ptrace_access() 159 void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access() 170 void flush_uprobe_xol_access(struct page *page, unsigned long uaddr, in flush_uprobe_xol_access() 185 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 367 void flush_dcache_page(struct page *page) in flush_dcache_page() 382 void __flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vmaddr) in __flush_anon_page()
|
/openbmc/linux/include/linux/ |
H A D | netfs.h | 29 #define PageFsCache(page) PagePrivate2((page)) argument 30 #define SetPageFsCache(page) SetPagePrivate2((page)) argument 31 #define ClearPageFsCache(page) ClearPagePrivate2((page)) argument 32 #define TestSetPageFsCache(page) TestSetPagePrivate2((page)) argument 33 #define TestClearPageFsCache(page) TestClearPagePrivate2((page)) argument 92 static inline void set_page_fscache(struct page *page) in set_page_fscache() 97 static inline void end_page_fscache(struct page *page) in end_page_fscache() 102 static inline void wait_on_page_fscache(struct page *page) in wait_on_page_fscache() 107 static inline int wait_on_page_fscache_killable(struct page *page) in wait_on_page_fscache_killable()
|
/openbmc/linux/kernel/dma/ |
H A D | direct.c | 98 static void __dma_direct_free_pages(struct device *dev, struct page *page, in __dma_direct_free_pages() 108 struct page *page = swiotlb_alloc(dev, size); in dma_direct_alloc_swiotlb() local 122 struct page *page = NULL; in __dma_direct_alloc_pages() local 174 struct page *page; in dma_direct_alloc_from_pool() local 192 struct page *page; in dma_direct_alloc_no_mapping() local 211 struct page *page; in dma_direct_alloc() local 371 struct page *page; in dma_direct_alloc_pages() local 392 struct page *page, dma_addr_t dma_addr, in dma_direct_free_pages() 540 struct page *page = dma_direct_to_page(dev, dma_addr); in dma_direct_get_sgtable() local
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_srab.c | 125 static int b53_srab_op(struct b53_device *dev, u8 page, u8 reg, u32 op) in b53_srab_op() 153 static int b53_srab_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_srab_read8() 175 static int b53_srab_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_srab_read16() 197 static int b53_srab_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_srab_read32() 219 static int b53_srab_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_srab_read48() 242 static int b53_srab_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_srab_read64() 265 static int b53_srab_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_srab_write8() 285 static int b53_srab_write16(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write16() 306 static int b53_srab_write32(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write32() 327 static int b53_srab_write48(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write48() [all …]
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_con.c | 50 void *page; in sclp_conbuf_callback() local 139 void *page; in sclp_console_drop_buffer() local 164 void *page; in sclp_console_write() local 272 void *page; in sclp_console_init() local
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | pmbus_driver_device_tests.cpp | 299 uint8_t page{13}; in TEST_F() local 321 uint8_t page{0}; in TEST_F() local 353 uint8_t page{13}; in TEST_F() local 375 uint8_t page{0}; in TEST_F() local 416 uint8_t page{9}; in TEST_F() local 444 uint8_t page{9}; in TEST_F() local 485 uint8_t page{6}; in TEST_F() local 513 uint8_t page{6}; in TEST_F() local 725 uint8_t page{6}; in TEST_F() local 761 uint8_t page{13}; in TEST_F() local [all …]
|
/openbmc/linux/drivers/hwtracing/stm/ |
H A D | p_sys-t.c | 119 char *page) in sys_t_policy_uuid_show() 127 sys_t_policy_uuid_store(struct config_item *item, const char *page, in sys_t_policy_uuid_store() 144 char *page) in sys_t_policy_do_len_show() 152 sys_t_policy_do_len_store(struct config_item *item, const char *page, in sys_t_policy_do_len_store() 169 char *page) in sys_t_policy_ts_interval_show() 177 sys_t_policy_ts_interval_store(struct config_item *item, const char *page, in sys_t_policy_ts_interval_store() 200 char *page) in sys_t_policy_clocksync_interval_show() 209 const char *page, size_t count) in sys_t_policy_clocksync_interval_store()
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 73 static inline bool clear_bmap_test_and_clear(RAMBlock *rb, uint64_t page) in clear_bmap_test_and_clear() 159 unsigned long end, page; in cpu_physical_memory_get_dirty() local 199 unsigned long end, page; in cpu_physical_memory_all_dirty() local 272 unsigned long page, idx, offset; in cpu_physical_memory_set_dirty_flag() local 293 unsigned long end, page; in cpu_physical_memory_set_dirty_range() local 358 unsigned long page = BIT_WORD(start >> TARGET_PAGE_BITS); in cpu_physical_memory_set_dirty_lebitmap() local 497 unsigned long page = BIT_WORD(start >> TARGET_PAGE_BITS); in cpu_physical_memory_sync_dirty_bitmap() local
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_simple.c | 25 static int nand_command(int block, int page, uint32_t offs, in nand_command() 62 static int nand_command(int block, int page, uint32_t offs, in nand_command() 139 static int nand_read_page(int block, int page, uchar *dst) in nand_read_page() 170 static int nand_read_page(int block, int page, void *dst) in nand_read_page()
|
/openbmc/linux/include/asm-generic/ |
H A D | cacheflush.h | 51 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 82 struct page *page, in flush_icache_user_page() 107 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 117 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|