Lines Matching refs:new
28 struct pi_desc old, new; in vmx_vcpu_pi_load() local
54 old.control = new.control = READ_ONCE(pi_desc->control); in vmx_vcpu_pi_load()
59 new.ndst = dest; in vmx_vcpu_pi_load()
61 new.ndst = (dest << 8) & 0xFF00; in vmx_vcpu_pi_load()
63 new.sn = 0; in vmx_vcpu_pi_load()
65 new.control) != old.control); in vmx_vcpu_pi_load()
103 struct pi_desc old, new; in __pi_post_block() local
107 old.control = new.control = READ_ONCE(pi_desc->control); in __pi_post_block()
114 new.ndst = dest; in __pi_post_block()
116 new.ndst = (dest << 8) & 0xFF00; in __pi_post_block()
119 new.nv = POSTED_INTR_VECTOR; in __pi_post_block()
121 new.control) != old.control); in __pi_post_block()
147 struct pi_desc old, new; in pi_pre_block() local
166 old.control = new.control = READ_ONCE(pi_desc->control); in pi_pre_block()
183 new.ndst = dest; in pi_pre_block()
185 new.ndst = (dest << 8) & 0xFF00; in pi_pre_block()
188 new.nv = POSTED_INTR_WAKEUP_VECTOR; in pi_pre_block()
190 new.control) != old.control); in pi_pre_block()