| /Linux-v5.4/drivers/misc/mic/scif/ | 
| D | scif_rma.c | 142 	struct scif_window *window;  in scif_create_window()  local185 					   struct scif_window *window)  in scif_destroy_incomplete_window()
 225 void scif_unmap_window(struct scif_dev *remote_dev, struct scif_window *window)  in scif_unmap_window()
 303 int scif_destroy_window(struct scif_endpt *ep, struct scif_window *window)  in scif_destroy_window()
 351 				     struct scif_window *window)  in scif_create_remote_lookup()
 422 				       struct scif_window *window)  in scif_destroy_remote_lookup()
 466 	struct scif_window *window;  in scif_create_remote_window()  local
 506 scif_destroy_remote_window(struct scif_window *window)  in scif_destroy_remote_window()
 525 			  struct scif_window *window)  in scif_iommu_map()
 574 scif_map_window(struct scif_dev *remote_dev, struct scif_window *window)  in scif_map_window()
 [all …]
 
 | 
| D | scif_rma_list.c | 19 void scif_insert_tcw(struct scif_window *window, struct list_head *head)  in scif_insert_tcw()49 void scif_insert_window(struct scif_window *window, struct list_head *head)  in scif_insert_window()
 79 	struct scif_window *window;  in scif_query_tcw()  local
 138 	struct scif_window *window;  in scif_query_window()  local
 194 int scif_rma_list_unregister(struct scif_window *window,  in scif_rma_list_unregister()
 228 	struct scif_window *window;  in scif_unmap_all_windows()  local
 250 	struct scif_window *window;  in scif_unregister_all_windows()  local
 
 | 
| D | scif_mmap.c | 25 	struct scif_window *window = NULL;  in scif_recv_munmap()  local125 	struct scif_window *window;  in __scif_cleanup_rma_for_zombies()  local
 217 	struct scif_window *window = NULL;  in scif_get_pages()  local
 313 	struct scif_window *window;  in scif_put_pages()  local
 376 	struct scif_window *window = start_window;  in scif_rma_list_mmap()  local
 457 	struct scif_window *window = start_window, *_window;  in scif_rma_list_munmap()  local
 549 	struct scif_window *window = NULL;  in scif_munmap()  local
 605 	struct scif_window *window = NULL;  in scif_mmap()  local
 
 | 
| D | scif_rma.h | 382 scif_init_window_iter(struct scif_window *window, struct scif_window_iter *iter)  in scif_init_window_iter()392 dma_addr_t __scif_off_to_dma_addr(struct scif_window *window, s64 off)  in __scif_off_to_dma_addr()
 439 static inline void scif_get_window(struct scif_window *window, int nr_pages)  in scif_get_window()
 444 static inline void scif_put_window(struct scif_window *window, int nr_pages)  in scif_put_window()
 449 static inline void scif_set_window_ref(struct scif_window *window, int nr_pages)  in scif_set_window_ref()
 455 scif_queue_for_cleanup(struct scif_window *window, struct list_head *list)  in scif_queue_for_cleanup()
 463 static inline void __scif_rma_destroy_tcw_helper(struct scif_window *window)  in __scif_rma_destroy_tcw_helper()
 
 | 
| D | scif_debugfs.c | 40 static void scif_display_window(struct scif_window *window, struct seq_file *s)  in scif_display_window()74 	struct scif_window *window;  in scif_display_all_windows()  local
 
 | 
| D | scif_dma.c | 112 	struct scif_window *window;  in __scif_rma_destroy_tcw()  local570 	struct scif_window *window;  in scif_rma_destroy_windows()  local
 614 	struct scif_window *window;  in scif_rma_destroy_tcw_invalid()  local
 646 void *_get_local_va(off_t off, struct scif_window *window, size_t len)  in _get_local_va()
 661 void *ioremap_remote(off_t off, struct scif_window *window,  in ioremap_remote()
 747 dma_addr_t scif_off_to_dma_addr(struct scif_window *window, s64 off,  in scif_off_to_dma_addr()
 791 static void scif_rma_local_cpu_copy(s64 offset, struct scif_window *window,  in scif_rma_local_cpu_copy()
 877 	struct scif_window *window;  in scif_rma_list_dma_copy_unaligned()  local
 
 | 
| /Linux-v5.4/arch/powerpc/platforms/powernv/ | 
| D | vas-window.c | 27 static void compute_paste_address(struct vas_window *window, u64 *addr, int *len)  in compute_paste_address()43 static inline void get_hvwc_mmio_bar(struct vas_window *window,  in get_hvwc_mmio_bar()
 53 static inline void get_uwc_mmio_bar(struct vas_window *window,  in get_uwc_mmio_bar()
 133 static void unmap_paste_region(struct vas_window *window)  in unmap_paste_region()
 154 static void unmap_winctx_mmio_bars(struct vas_window *window)  in unmap_winctx_mmio_bars()
 187 int map_winctx_mmio_bars(struct vas_window *window)  in map_winctx_mmio_bars()
 215 void reset_window_regs(struct vas_window *window)  in reset_window_regs()
 271 static void init_xlate_regs(struct vas_window *window, bool user_win)  in init_xlate_regs()
 358 int init_winctx_regs(struct vas_window *window, struct vas_winctx *winctx)  in init_winctx_regs()
 521 static void vas_window_free(struct vas_window *window)  in vas_window_free()
 [all …]
 
 | 
| D | vas-debug.c | 31 	struct vas_window *window = s->private;  in info_show()  local58 	struct vas_window *window = s->private;  in hvwc_show()  local
 106 void vas_window_free_dbgdir(struct vas_window *window)  in vas_window_free_dbgdir()
 116 void vas_window_init_dbgdir(struct vas_window *window)  in vas_window_init_dbgdir()
 
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | windows.c | 64 	int window;  in synchronize_user_stack()  local116 	int window;  in try_to_clear_window_buffer()  local
 
 | 
| /Linux-v5.4/drivers/edac/ | 
| D | i3200_edac.c | 100 	void __iomem *window;  member185 	void __iomem *window = priv->window;  in i3200_get_and_clear_error_info()  local
 270 	void __iomem *window;  in i3200_map_mchbar()  local
 292 static void i3200_get_drbs(void __iomem *window,  in i3200_get_drbs()
 344 	void __iomem *window;  in i3200_probe1()  local
 
 | 
| D | x38_edac.c | 168 	void __iomem *window = mci->pvt_info;  in x38_get_and_clear_error_info()  local255 	void __iomem *window;  in x38_map_mchbar()  local
 278 static void x38_get_drbs(void __iomem *window,  in x38_get_drbs()
 326 	void __iomem *window;  in x38_probe1()  local
 
 | 
| /Linux-v5.4/drivers/mtd/maps/ | 
| D | amd76xrom.c | 69 static void amd76xrom_cleanup(struct amd76xrom_window *window)  in amd76xrom_cleanup()109 	struct amd76xrom_window *window = &amd76xrom_window;  in amd76xrom_init_one()  local
 295 	struct amd76xrom_window *window = &amd76xrom_window;  in amd76xrom_remove_one()  local
 
 | 
| D | ck804xrom.c | 82 static void ck804xrom_cleanup(struct ck804xrom_window *window)  in ck804xrom_cleanup()122 	struct ck804xrom_window *window = &ck804xrom_window;  in ck804xrom_init_one()  local
 325 	struct ck804xrom_window *window = &ck804xrom_window;  in ck804xrom_remove_one()  local
 
 | 
| D | ichxrom.c | 57 static void ichxrom_cleanup(struct ichxrom_window *window)  in ichxrom_cleanup()94 	struct ichxrom_window *window = &ichxrom_window;  in ichxrom_init_one()  local
 323 	struct ichxrom_window *window = &ichxrom_window;  in ichxrom_remove_one()  local
 
 | 
| D | esb2rom.c | 118 static void esb2rom_cleanup(struct esb2rom_window *window)  in esb2rom_cleanup()152 	struct esb2rom_window *window = &esb2rom_window;  in esb2rom_init_one()  local
 384 	struct esb2rom_window *window = &esb2rom_window;  in esb2rom_remove_one()  local
 
 | 
| /Linux-v5.4/tools/perf/ui/gtk/ | 
| D | annotate.c | 94 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym,  in perf_gtk__annotate_symbol()167 	GtkWidget *window;  in symbol__gtk_annotate()  local
 250 	GtkWidget *window;  in perf_gtk__show_annotations()  local
 
 | 
| D | hists.c | 293 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists,  in perf_gtk__show_hists()497 static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists,  in perf_gtk__show_hierarchy()
 603 	GtkWidget *window;  in perf_evlist__gtk_browse_hists()  local
 
 | 
| D | browser.c | 16 void perf_gtk__resize_window(GtkWidget *window)  in perf_gtk__resize_window()
 | 
| D | util.c | 11 struct perf_gtk_context *perf_gtk__activate_context(GtkWidget *window)  in perf_gtk__activate_context()
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | host-bridge.c | 54 	struct resource_entry *window;  in pcibios_resource_to_bus()  local79 	struct resource_entry *window;  in pcibios_bus_to_resource()  local
 
 | 
| /Linux-v5.4/drivers/pcmcia/ | 
| D | vrc4173_cardu.c | 251 	uint8_t ioctl, window;  in cardu_get_io_map()  local276 	uint8_t window, enable;  in cardu_set_io_map()  local
 309 	uint8_t window;  in cardu_get_mem_map()  local
 343 	uint8_t window, enable;  in cardu_set_mem_map()  local
 
 | 
| /Linux-v5.4/include/linux/ssb/ | 
| D | ssb_driver_mips.h | 20 	u32 window;  member27 	u32 window;  member
 
 | 
| /Linux-v5.4/drivers/scsi/qla2xxx/ | 
| D | qla_tmpl.c | 45 qla27xx_read8(void __iomem *window, void *buf, ulong *len)  in qla27xx_read8()56 qla27xx_read16(void __iomem *window, void *buf, ulong *len)  in qla27xx_read16()
 67 qla27xx_read32(void __iomem *window, void *buf, ulong *len)  in qla27xx_read32()
 89 	void __iomem *window = (void __iomem *)reg + offset;  in qla27xx_read_reg()  local
 99 		void __iomem *window = (void __iomem *)reg + offset;  in qla27xx_write_reg()  local
 110 	void __iomem *window = (void __iomem *)reg + offset;  in qla27xx_read_window()  local
 
 | 
| /Linux-v5.4/arch/powerpc/platforms/pseries/ | 
| D | iommu.c | 807 	struct direct_window *window;  in find_existing_ddw()  local829 	struct direct_window *window;  in find_existing_ddw_windows()  local
 977 	struct direct_window *window;  in enable_ddw()  local
 1222 	struct direct_window *window;  in iommu_mem_notifier()  local
 1265 	struct direct_window *window;  in iommu_reconfig_notifier()  local
 
 | 
| /Linux-v5.4/net/tipc/ | 
| D | bearer.h | 122 	u32 window;  member161 	u32 window;  member
 
 |