Lines Matching refs:addr
107 * @addr: [IN ] Linear address from which to read.
113 unsigned long addr, void *val,
120 * @addr: [IN ] Physical address from which to read.
124 int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr,
130 * @addr: [IN ] Linear address to which to write.
136 unsigned long addr, void *val, unsigned int bytes,
141 * @addr: [IN ] Linear address from which to read.
146 unsigned long addr, void *val, unsigned int bytes,
151 * @addr: [IN ] Linear address from which to read.
156 unsigned long addr, void *val, unsigned int bytes,
161 * @addr: [IN ] Linear address to which to write.
167 unsigned long addr, const void *val,
174 * @addr: [IN ] Linear address to access.
175 * @old: [IN ] Value expected to be current at @addr.
176 * @new: [IN ] Value to write to @addr.
180 unsigned long addr,
185 void (*invlpg)(struct x86_emulate_ctxt *ctxt, ulong addr);
259 } addr;