Searched defs:pseries_vas_window (Results 1 – 1 of 1) sorted by relevance
121 struct pseries_vas_window { struct122 struct vas_window vas_win;123 u64 win_addr; /* Physical paste address */124 u8 win_type; /* QoS or Default window */125 u32 complete_irq; /* Completion interrupt */126 u32 fault_irq; /* Fault interrupt */127 u64 domain[6]; /* Associativity domain Ids */129 u64 util;130 u32 pid; /* PID associated with this window */133 struct list_head win_list;[all …]