Lines Matching defs:address
126 #define PT32_INDEX(address, level)\
127 (((address) >> PT32_LEVEL_SHIFT(level)) & ((1 << PT32_LEVEL_BITS) - 1))
2841 * the address.
2907 static void kvm_send_hwpoison_signal(unsigned long address, struct task_struct *tsk)
2909 send_sig_mceerr(BUS_MCEERR_AR, (void __user *)address, PAGE_SHIFT, tsk);
3597 * the address.
5113 * faulting on the non-existent MMIO address. Retrying an instruction
5133 /* INVLPG on a non-canonical address is a NOP according to the SDM. */
5726 * address spaces in order to provide unique generations across all
5727 * address spaces. Strip what is effectively the address space
5729 * that a wrap in any address space is detected.