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