/kernel/linux/linux-5.10/drivers/misc/cxl/ |
D | cxl.h | 442 #define to_cxl_afu(d) container_of(d, struct cxl_afu, dev) 465 struct cxl_afu *parent; 475 struct cxl_afu { struct 539 struct cxl_afu *afu; argument 628 int (*afu_regs_init)(struct cxl_afu *afu); 629 int (*sanitise_afu_regs)(struct cxl_afu *afu); 630 int (*register_serr_irq)(struct cxl_afu *afu); 631 void (*release_serr_irq)(struct cxl_afu *afu); 633 irqreturn_t (*fail_irq)(struct cxl_afu *afu, struct cxl_irq_info *irq_info); 634 int (*activate_dedicated_process)(struct cxl_afu *afu); [all …]
|
D | vphb.c | 31 struct cxl_afu *afu; in cxl_pci_enable_device_hook() 35 afu = (struct cxl_afu *)phb->private_data; in cxl_pci_enable_device_hook() 86 static inline struct cxl_afu *pci_bus_to_afu(struct pci_bus *bus) in pci_bus_to_afu() 93 static void cxl_afu_configured_put(struct cxl_afu *afu) in cxl_afu_configured_put() 98 static bool cxl_afu_configured_get(struct cxl_afu *afu) in cxl_afu_configured_get() 104 struct cxl_afu *afu, int *_record) in cxl_pcie_config_info() 120 struct cxl_afu *afu; in cxl_pcie_read_config() 160 struct cxl_afu *afu; in cxl_pcie_write_config() 209 int cxl_pci_vphb_add(struct cxl_afu *afu) in cxl_pci_vphb_add() 275 void cxl_pci_vphb_remove(struct cxl_afu *afu) in cxl_pci_vphb_remove() [all …]
|
D | guest.c | 18 static void pci_error_handlers(struct cxl_afu *afu, in pci_error_handlers() 64 static ssize_t guest_collect_vpd(struct cxl *adapter, struct cxl_afu *afu, in guest_collect_vpd() 172 static int afu_read_error_state(struct cxl_afu *afu, int *state_out) in afu_read_error_state() 193 struct cxl_afu *afu = data; in guest_slice_irq_err() 262 struct cxl_afu *afu = NULL; in guest_reset() 349 static int guest_register_serr_irq(struct cxl_afu *afu) in guest_register_serr_irq() 366 static void guest_release_serr_irq(struct cxl_afu *afu) in guest_release_serr_irq() 411 static int _guest_afu_cr_readXX(int sz, struct cxl_afu *afu, int cr_idx, in _guest_afu_cr_readXX() 455 static int guest_afu_cr_read32(struct cxl_afu *afu, int cr_idx, u64 offset, in guest_afu_cr_read32() 467 static int guest_afu_cr_read16(struct cxl_afu *afu, int cr_idx, u64 offset, in guest_afu_cr_read16() [all …]
|
D | sysfs.c | 204 struct cxl_afu *afu = to_afu_chardev_m(device); in mmio_size_show_master() 213 struct cxl_afu *afu = to_afu_chardev_m(device); in pp_mmio_off_show() 222 struct cxl_afu *afu = to_afu_chardev_m(device); in pp_mmio_len_show() 240 struct cxl_afu *afu = to_cxl_afu(device); in mmio_size_show() 251 struct cxl_afu *afu = to_cxl_afu(device); in reset_store_afu() 274 struct cxl_afu *afu = to_cxl_afu(device); in irqs_min_show() 283 struct cxl_afu *afu = to_cxl_afu(device); in irqs_max_show() 292 struct cxl_afu *afu = to_cxl_afu(device); in irqs_max_store() 319 struct cxl_afu *afu = to_cxl_afu(device); in modes_supported_show() 333 struct cxl_afu *afu = to_cxl_afu(device); in prefault_mode_show() [all …]
|
D | native.c | 21 static int afu_control(struct cxl_afu *afu, u64 command, u64 clear, in afu_control() 74 static int afu_enable(struct cxl_afu *afu) in afu_enable() 83 int cxl_afu_disable(struct cxl_afu *afu) in cxl_afu_disable() 93 static int native_afu_reset(struct cxl_afu *afu) in native_afu_reset() 119 static int native_afu_check_and_enable(struct cxl_afu *afu) in native_afu_check_and_enable() 130 int cxl_psl_purge(struct cxl_afu *afu) in cxl_psl_purge() 222 static int cxl_alloc_spa(struct cxl_afu *afu, int mode) in cxl_alloc_spa() 255 static void attach_spa(struct cxl_afu *afu) in attach_spa() 271 static inline void detach_spa(struct cxl_afu *afu) in detach_spa() 276 void cxl_release_spa(struct cxl_afu *afu) in cxl_release_spa() [all …]
|
D | base.c | 54 struct cxl_afu *cxl_afu_get(struct cxl_afu *afu) in cxl_afu_get() 60 void cxl_afu_put(struct cxl_afu *afu) in cxl_afu_put()
|
D | debugfs.c | 80 void cxl_debugfs_add_afu_regs_psl9(struct cxl_afu *afu, struct dentry *dir) in cxl_debugfs_add_afu_regs_psl9() 85 void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir) in cxl_debugfs_add_afu_regs_psl8() 96 void cxl_debugfs_afu_add(struct cxl_afu *afu) in cxl_debugfs_afu_add() 118 void cxl_debugfs_afu_remove(struct cxl_afu *afu) in cxl_debugfs_afu_remove()
|
D | main.c | 36 int cxl_afu_slbia(struct cxl_afu *afu) in cxl_afu_slbia() 78 struct cxl_afu *afu; in cxl_slbia_core() 243 struct cxl_afu *cxl_alloc_afu(struct cxl *adapter, int slice) in cxl_alloc_afu() 245 struct cxl_afu *afu; in cxl_alloc_afu() 247 if (!(afu = kzalloc(sizeof(struct cxl_afu), GFP_KERNEL))) in cxl_alloc_afu() 264 int cxl_afu_select_best_mode(struct cxl_afu *afu) in cxl_afu_select_best_mode()
|
D | pci.c | 268 static void dump_afu_descriptor(struct cxl_afu *afu) in dump_afu_descriptor() 637 static int init_implementation_afu_regs_psl9(struct cxl_afu *afu) in init_implementation_afu_regs_psl9() 642 static int init_implementation_afu_regs_psl8(struct cxl_afu *afu) in init_implementation_afu_regs_psl8() 782 static int pci_map_slice_regs(struct cxl_afu *afu, struct cxl *adapter, struct pci_dev *dev) in pci_map_slice_regs() 812 static void pci_unmap_slice_regs(struct cxl_afu *afu) in pci_unmap_slice_regs() 830 struct cxl_afu *afu = to_cxl_afu(dev); in cxl_pci_release_afu() 842 static int cxl_read_afu_descriptor(struct cxl_afu *afu) in cxl_read_afu_descriptor() 887 static int cxl_afu_descriptor_looks_ok(struct cxl_afu *afu) in cxl_afu_descriptor_looks_ok() 927 static int sanitise_afu_regs_psl9(struct cxl_afu *afu) in sanitise_afu_regs_psl9() 973 static int sanitise_afu_regs_psl8(struct cxl_afu *afu) in sanitise_afu_regs_psl8() [all …]
|
D | file.c | 46 struct cxl_afu *afu; in __afu_open() 564 static int cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, in cxl_add_chardev() 593 int cxl_chardev_d_afu_add(struct cxl_afu *afu) in cxl_chardev_d_afu_add() 600 int cxl_chardev_m_afu_add(struct cxl_afu *afu) in cxl_chardev_m_afu_add() 607 int cxl_chardev_s_afu_add(struct cxl_afu *afu) in cxl_chardev_s_afu_add() 614 void cxl_chardev_afu_remove(struct cxl_afu *afu) in cxl_chardev_afu_remove() 633 int cxl_register_afu(struct cxl_afu *afu) in cxl_register_afu()
|
D | api.c | 102 struct cxl_afu *afu; in cxl_dev_context_init() 505 struct cxl_afu *afu = ctx->afu; in cxl_afu_reset() 516 void cxl_perst_reloads_same_image(struct cxl_afu *afu, in cxl_perst_reloads_same_image() 525 struct cxl_afu *afu = cxl_pci_to_afu(dev); in cxl_read_adapter_vpd()
|
D | of.c | 70 struct cxl_afu *afu) in read_phys_addr() 111 static int read_vpd(struct cxl *adapter, struct cxl_afu *afu) in read_vpd() 131 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np) in cxl_of_read_afu_handle() 140 int cxl_of_read_afu_properties(struct cxl_afu *afu, struct device_node *np) in cxl_of_read_afu_properties()
|
D | trace.h | 404 TP_PROTO(struct cxl_afu *afu, u64 cmd), 428 TP_PROTO(struct cxl_afu *afu, u64 cmd, int rc), 455 TP_PROTO(struct cxl_afu *afu, u64 cmd), 460 TP_PROTO(struct cxl_afu *afu, u64 cmd, int rc), 465 TP_PROTO(struct cxl_afu *afu, u64 cmd), 476 TP_PROTO(struct cxl_afu *afu, u64 cmd, int rc),
|
D | context.c | 35 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master) in cxl_context_init() 297 void cxl_context_detach_all(struct cxl_afu *afu) in cxl_context_detach_all()
|
D | irq.c | 422 void cxl_afu_decode_psl_serr(struct cxl_afu *afu, u64 serr) in cxl_afu_decode_psl_serr()
|
/kernel/linux/linux-5.10/include/misc/ |
D | cxl-base.h | 35 struct cxl_afu *cxl_afu_get(struct cxl_afu *afu); 36 void cxl_afu_put(struct cxl_afu *afu); 42 static inline struct cxl_afu *cxl_afu_get(struct cxl_afu *afu) { return NULL; } in cxl_afu_get() 43 static inline void cxl_afu_put(struct cxl_afu *afu) {} in cxl_afu_put()
|
D | cxl.h | 24 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev); 209 void cxl_perst_reloads_same_image(struct cxl_afu *afu,
|