Searched defs:ocxlflash_context (Results 1 – 1 of 1) sorted by relevance
50 struct ocxlflash_context { struct51 struct ocxl_hw_afu *hw_afu; /* HW AFU back pointer */53 bool master; /* Whether this is a master context */54 int pe; /* Process element */56 phys_addr_t psn_phys; /* Process mapping */57 u64 psn_size; /* Process mapping size */62 enum ocxlflash_ctx_state state; /* Context state */65 int num_irqs; /* Number of interrupts */67 ulong irq_bitmap; /* Bits indicating pending irq num */69 u64 fault_addr; /* Address that triggered the fault */[all …]
Completed in 4 milliseconds