Home
last modified time | relevance | path

Searched defs:page (Results 51 – 75 of 1899) sorted by relevance

12345678910>>...76

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_mmap.c33 static int b53_mmap_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_mmap_read8()
43 static int b53_mmap_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mmap_read16()
59 static int b53_mmap_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mmap_read32()
75 static int b53_mmap_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mmap_read48()
114 static int b53_mmap_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mmap_read64()
136 static int b53_mmap_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_mmap_write8()
146 static int b53_mmap_write16(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write16()
163 static int b53_mmap_write32(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write32()
180 static int b53_mmap_write48(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write48()
203 static int b53_mmap_write64(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write64()
H A Db53_mdio.c42 static int b53_mdio_op(struct b53_device *dev, u8 page, u8 reg, u16 op) in b53_mdio_op()
80 static int b53_mdio_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_mdio_read8()
95 static int b53_mdio_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mdio_read16()
109 static int b53_mdio_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mdio_read32()
125 static int b53_mdio_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read48()
147 static int b53_mdio_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read64()
169 static int b53_mdio_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_mdio_write8()
182 static int b53_mdio_write16(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write16()
196 static int b53_mdio_write32(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write32()
215 static int b53_mdio_write48(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write48()
[all …]
/openbmc/linux/mm/
H A Dbootmem_info.c17 void get_page_bootmem(unsigned long info, struct page *page, unsigned long type) in get_page_bootmem()
25 void put_page_bootmem(struct page *page) in put_page_bootmem()
47 struct page *page, *memmap; in register_page_bootmem_info_section() local
82 struct page *page, *memmap; in register_page_bootmem_info_section() local
106 struct page *page; in register_page_bootmem_info_node() local
H A Dhighmem.c64 static inline unsigned int get_pkmap_color(struct page *page) in get_pkmap_color()
193 struct page *page; in flush_all_zero_pkmaps() local
234 static inline unsigned long map_new_virtual(struct page *page) in map_new_virtual()
296 void *kmap_high(struct page *page) in kmap_high()
326 void *kmap_high_get(struct page *page) in kmap_high_get()
348 void kunmap_high(struct page *page) in kunmap_high()
392 void zero_user_segments(struct page *page, unsigned start1, unsigned end1, in zero_user_segments()
500 static inline void *arch_kmap_local_high_get(struct page *page) in arch_kmap_local_high_get()
564 void *__kmap_local_page_prot(struct page *page, pgprot_t prot) in __kmap_local_page_prot()
716 struct page *page; member
[all …]
H A Dpage_io.c179 int swap_writepage(struct page *page, struct writeback_control *wbc) in swap_writepage()
260 struct page *page = sio->bvec[0].bv_page; in sio_write_complete() local
292 static void swap_writepage_fs(struct page *page, struct writeback_control *wbc) in swap_writepage_fs()
329 static void swap_writepage_bdev_sync(struct page *page, in swap_writepage_bdev_sync()
351 static void swap_writepage_bdev_async(struct page *page, in swap_writepage_bdev_async()
371 void __swap_writepage(struct page *page, struct writeback_control *wbc) in __swap_writepage()
425 static void swap_readpage_fs(struct page *page, in swap_readpage_fs()
460 static void swap_readpage_bdev_sync(struct page *page, in swap_readpage_bdev_sync()
480 static void swap_readpage_bdev_async(struct page *page, in swap_readpage_bdev_async()
493 void swap_readpage(struct page *page, bool synchronous, struct swap_iocb **plug) in swap_readpage()
H A Dmigrate_device.c74 struct page *page; in migrate_vma_collect_pmd() local
110 struct page *page; in migrate_vma_collect_pmd() local
322 static bool migrate_vma_check_page(struct page *page, struct page *fault_page) in migrate_vma_check_page()
368 struct page *page = migrate_pfn_to_page(src_pfns[i]); in migrate_device_unmap() local
415 struct page *page = migrate_pfn_to_page(src_pfns[i]); in migrate_device_unmap() local
564 struct page *page, in migrate_vma_insert_page()
691 struct page *page = migrate_pfn_to_page(src_pfns[i]); in __migrate_device_pages() local
819 struct page *page = migrate_pfn_to_page(src_pfns[i]); in migrate_device_finalize() local
900 struct page *page = pfn_to_page(pfn); in migrate_device_range() local
927 int migrate_device_coherent_page(struct page *page) in migrate_device_coherent_page()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c39 static ssize_t lio_target_np_driver_show(struct config_item *item, char *page, in lio_target_np_driver_show()
56 const char *page, size_t count, enum iscsit_transport_type type, in lio_target_np_driver_store()
116 static ssize_t lio_target_np_iser_show(struct config_item *item, char *page) in lio_target_np_iser_show()
122 const char *page, size_t count) in lio_target_np_iser_store()
129 static ssize_t lio_target_np_cxgbit_show(struct config_item *item, char *page) in lio_target_np_cxgbit_show()
135 const char *page, size_t count) in lio_target_np_cxgbit_store()
318 char *page) in iscsi_nacl_attrib_authentication_show()
327 const char *page, size_t count) in iscsi_nacl_attrib_authentication_store()
524 static ssize_t lio_target_nacl_info_show(struct config_item *item, char *page) in lio_target_nacl_info_show()
642 char *page) in lio_target_nacl_cmdsn_depth_show()
[all …]
/openbmc/linux/fs/ext2/
H A Ddir.c84 static void ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk()
99 static bool ext2_check_page(struct page *page, int quiet, char *kaddr) in ext2_check_page()
190 int quiet, struct page **page) in ext2_get_page()
277 struct page *page; in ext2_readdir() local
349 struct page *page = NULL; in ext2_find_entry() local
427 struct page *page; in ext2_inode_by_name() local
438 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk()
455 struct page *page, struct inode *inode, bool update_times) in ext2_set_link()
488 struct page *page = NULL; in ext2_add_link() local
575 int ext2_delete_entry(struct ext2_dir_entry_2 *dir, struct page *page) in ext2_delete_entry()
[all …]
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c209 const char *page, size_t len) in gadget_dev_desc_bcdDevice_store()
226 const char *page, size_t len) in gadget_dev_desc_bcdUSB_store()
242 static ssize_t gadget_dev_desc_UDC_show(struct config_item *item, char *page) in gadget_dev_desc_UDC_show()
272 const char *page, size_t len) in gadget_dev_desc_UDC_store()
315 char *page) in gadget_dev_desc_max_speed_show()
323 const char *page, size_t len) in gadget_dev_desc_max_speed_store()
525 char *page) in gadget_config_desc_MaxPower_show()
533 const char *page, size_t len) in gadget_config_desc_MaxPower_store()
548 char *page) in gadget_config_desc_bmAttributes_show()
556 const char *page, size_t len) in gadget_config_desc_bmAttributes_store()
[all …]
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c37 u8 page; /* page number */ member
74 #define pb_reg_to_index(page, reg, mask) (((page) << PB_PAGE_SHIFT) | \ argument
117 u8 page; member
163 int pmbus_set_page(struct i2c_client *client, int page, int phase) in pmbus_set_page()
209 int pmbus_write_byte(struct i2c_client *client, int page, u8 value) in pmbus_write_byte()
225 static int _pmbus_write_byte(struct i2c_client *client, int page, u8 value) in _pmbus_write_byte()
239 int pmbus_write_word_data(struct i2c_client *client, int page, u8 reg, in pmbus_write_word_data()
253 static int pmbus_write_virt_reg(struct i2c_client *client, int page, int reg, in pmbus_write_virt_reg()
278 static int _pmbus_write_word_data(struct i2c_client *client, int page, int reg, in _pmbus_write_word_data()
301 static int _pmbus_write_byte_data(struct i2c_client *client, int page, int reg, u8 value) in _pmbus_write_byte_data()
[all …]
/openbmc/linux/include/linux/
H A Dbootmem_info.h32 static inline void free_bootmem_page(struct page *page) in free_bootmem_page()
52 static inline void put_page_bootmem(struct page *page) in put_page_bootmem()
56 static inline void get_page_bootmem(unsigned long info, struct page *page, in get_page_bootmem()
61 static inline void free_bootmem_page(struct page *page) in free_bootmem_page()
H A Dpage_idle.h123 static inline bool page_is_young(struct page *page) in page_is_young()
128 static inline void set_page_young(struct page *page) in set_page_young()
133 static inline bool test_and_clear_page_young(struct page *page) in test_and_clear_page_young()
138 static inline bool page_is_idle(struct page *page) in page_is_idle()
143 static inline void set_page_idle(struct page *page) in set_page_idle()
/openbmc/linux/arch/arm64/include/asm/
H A Dmte.h42 static inline void set_page_mte_tagged(struct page *page) in set_page_mte_tagged()
52 static inline bool page_mte_tagged(struct page *page) in page_mte_tagged()
77 static inline bool try_page_mte_tagging(struct page *page) in try_page_mte_tagging()
111 static inline void set_page_mte_tagged(struct page *page) in set_page_mte_tagged()
114 static inline bool page_mte_tagged(struct page *page) in page_mte_tagged()
118 static inline bool try_page_mte_tagging(struct page *page) in try_page_mte_tagging()
/openbmc/linux/samples/configfs/
H A Dconfigfs_sample.c43 static ssize_t childless_showme_show(struct config_item *item, char *page) in childless_showme_show()
54 static ssize_t childless_storeme_show(struct config_item *item, char *page) in childless_storeme_show()
60 const char *page, size_t count) in childless_storeme_store()
72 static ssize_t childless_description_show(struct config_item *item, char *page) in childless_description_show()
131 static ssize_t simple_child_storeme_show(struct config_item *item, char *page) in simple_child_storeme_show()
137 const char *page, size_t count) in simple_child_storeme_store()
197 char *page) in simple_children_description_show()
275 char *page) in group_children_description_show()
/openbmc/qemu/hw/intc/
H A Driscv_imsic.c49 static uint32_t riscv_imsic_topei(RISCVIMSICState *imsic, uint32_t page) in riscv_imsic_topei()
67 static void riscv_imsic_update(RISCVIMSICState *imsic, uint32_t page) in riscv_imsic_update()
90 static int riscv_imsic_eidelivery_rmw(RISCVIMSICState *imsic, uint32_t page, in riscv_imsic_eidelivery_rmw()
108 static int riscv_imsic_eithreshold_rmw(RISCVIMSICState *imsic, uint32_t page, in riscv_imsic_eithreshold_rmw()
126 static int riscv_imsic_topei_rmw(RISCVIMSICState *imsic, uint32_t page, in riscv_imsic_topei_rmw()
151 uint32_t xlen, uint32_t page, in riscv_imsic_eix_rmw()
204 uint32_t isel, priv, virt, vgein, xlen, page; in riscv_imsic_rmw() local
289 uint32_t page; in riscv_imsic_write() local
/openbmc/linux/block/
H A Dblk-integrity.c221 char *page) in format_show()
231 char *page) in tag_size_show()
240 char *page) in protection_interval_bytes_show()
250 const char *page, size_t count) in read_verify_store()
265 struct device_attribute *attr, char *page) in read_verify_show()
274 const char *page, size_t count) in write_generate_store()
290 struct device_attribute *attr, char *page) in write_generate_show()
299 char *page) in device_is_integrity_capable_show()
/openbmc/linux/fs/ecryptfs/
H A Dmmap.c35 struct page *page = read_mapping_page(inode->i_mapping, index, NULL); in ecryptfs_get_locked_page() local
52 static int ecryptfs_writepage(struct page *page, struct writeback_control *wbc) in ecryptfs_writepage()
109 ecryptfs_copy_up_encrypted_with_header(struct page *page, in ecryptfs_copy_up_encrypted_with_header()
183 struct page *page = &folio->page; in ecryptfs_read_folio() local
237 static int fill_zeros_to_end_of_page(struct page *page, unsigned int to) in fill_zeros_to_end_of_page()
271 struct page *page; in ecryptfs_write_begin() local
466 struct page *page, void *fsdata) in ecryptfs_write_end()
/openbmc/linux/drivers/md/
H A Dmd-bitmap.c51 unsigned long page, int create, int no_hijack) in md_bitmap_checkpage()
112 static void md_bitmap_checkfree(struct bitmap_counts *bitmap, unsigned long page) in md_bitmap_checkfree()
145 struct page *page, unsigned long index, int size) in read_sb_page()
225 unsigned long pg_index, struct page *page) in __write_sb_page()
281 struct page *page, bool wait) in write_sb_page()
300 static void write_file_page(struct bitmap *bitmap, struct page *page, int wait) in write_file_page()
327 static void free_buffers(struct page *page) in free_buffers()
352 struct bitmap *bitmap, unsigned long count, struct page *page) in read_file_page()
414 static void write_file_page(struct bitmap *bitmap, struct page *page, int wait) in write_file_page()
418 struct bitmap *bitmap, unsigned long count, struct page *page) in read_file_page()
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_fabric_configfs.c161 struct config_item *item, char *page) in target_fabric_mappedlun_write_protect_show()
179 struct config_item *item, const char *page, size_t count) in target_fabric_mappedlun_write_protect_store()
520 char *page) in target_fabric_port_alua_tg_pt_gp_show()
531 const char *page, size_t count) in target_fabric_port_alua_tg_pt_gp_store()
542 struct config_item *item, char *page) in target_fabric_port_alua_tg_pt_offline_show()
553 struct config_item *item, const char *page, size_t count) in target_fabric_port_alua_tg_pt_offline_store()
564 struct config_item *item, char *page) in target_fabric_port_alua_tg_pt_status_show()
575 struct config_item *item, const char *page, size_t count) in target_fabric_port_alua_tg_pt_status_store()
586 struct config_item *item, char *page) in target_fabric_port_alua_tg_pt_write_md_show()
597 struct config_item *item, const char *page, size_t count) in target_fabric_port_alua_tg_pt_write_md_store()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dio.h166 static inline unsigned int efx_paged_reg(struct efx_nic *efx, unsigned int page, in efx_paged_reg()
174 unsigned int reg, unsigned int page) in _efx_writeo_page()
192 #define efx_writeo_page(efx, value, reg, page) \ argument
203 unsigned int reg, unsigned int page) in _efx_writed_page()
207 #define efx_writed_page(efx, value, reg, page) \ argument
227 unsigned int page) in _efx_writed_page_locked()
239 #define efx_writed_page_locked(efx, value, reg, page) \ argument
/openbmc/linux/fs/nilfs2/
H A Dpage.c29 __nilfs_get_page_block(struct page *page, unsigned long block, pgoff_t index, in __nilfs_get_page_block()
53 struct page *page; in nilfs_grab_buffer() local
76 struct page *page = bh->b_page; in nilfs_forget_buffer() local
141 int nilfs_page_buffers_clean(struct page *page) in nilfs_page_buffers_clean()
154 void nilfs_page_bug(struct page *page) in nilfs_page_bug()
395 void nilfs_clear_dirty_page(struct page *page, bool silent) in nilfs_clear_dirty_page()
434 unsigned int nilfs_page_count_clean_buffers(struct page *page, in nilfs_page_count_clean_buffers()
461 int __nilfs_clear_page_dirty(struct page *page) in __nilfs_clear_page_dirty()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dio.h212 #define EF4_PAGED_REG(page, reg) \ argument
217 unsigned int reg, unsigned int page) in _ef4_writeo_page()
235 #define ef4_writeo_page(efx, value, reg, page) \ argument
246 unsigned int reg, unsigned int page) in _ef4_writed_page()
250 #define ef4_writed_page(efx, value, reg, page) \ argument
268 unsigned int page) in _ef4_writed_page_locked()
280 #define ef4_writed_page_locked(efx, value, reg, page) \ argument
/openbmc/linux/drivers/usb/gadget/function/
H A Df_sourcesink.c889 static ssize_t f_ss_opts_pattern_show(struct config_item *item, char *page) in f_ss_opts_pattern_show()
902 const char *page, size_t len) in f_ss_opts_pattern_store()
932 static ssize_t f_ss_opts_isoc_interval_show(struct config_item *item, char *page) in f_ss_opts_isoc_interval_show()
945 const char *page, size_t len) in f_ss_opts_isoc_interval_store()
975 static ssize_t f_ss_opts_isoc_maxpacket_show(struct config_item *item, char *page) in f_ss_opts_isoc_maxpacket_show()
988 const char *page, size_t len) in f_ss_opts_isoc_maxpacket_store()
1018 static ssize_t f_ss_opts_isoc_mult_show(struct config_item *item, char *page) in f_ss_opts_isoc_mult_show()
1031 const char *page, size_t len) in f_ss_opts_isoc_mult_store()
1061 static ssize_t f_ss_opts_isoc_maxburst_show(struct config_item *item, char *page) in f_ss_opts_isoc_maxburst_show()
1074 const char *page, size_t len) in f_ss_opts_isoc_maxburst_store()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dpage_mm.h29 static inline void clear_page(void *page) in clear_page()
52 #define clear_page(page) memset((page), 0, PAGE_SIZE) argument
56 #define clear_user_page(addr, vaddr, page) \ argument
60 #define copy_user_page(to, from, vaddr, page) \ argument
139 #define page_to_virt(page) ({ \ argument
/openbmc/linux/tools/perf/
H A Dbuiltin-help.c125 static void exec_woman_emacs(const char *path, const char *page) in exec_woman_emacs()
141 static void exec_man_konqueror(const char *path, const char *page) in exec_man_konqueror()
172 static void exec_man_man(const char *path, const char *page) in exec_man_man()
180 static void exec_man_cmd(const char *cmd, const char *page) in exec_man_cmd()
347 static void exec_viewer(const char *name, const char *page) in exec_viewer()
366 const char *page = cmd_to_page(perf_cmd); in show_man_page() local
383 const char *page = cmd_to_page(perf_cmd); in show_info_page() local
389 static int get_html_page_path(char **page_path, const char *page) in get_html_page_path()
419 const char *page = cmd_to_page(perf_cmd); in show_html_page() local

12345678910>>...76