Home
last modified time | relevance | path

Searched refs:va_low (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dkvm_book3s_64.h77 unsigned long rb, va_low; in compute_tlbie_rb() local
80 va_low = pte_index >> 3; in compute_tlbie_rb()
82 va_low = ~va_low; in compute_tlbie_rb()
85 va_low ^= v >> 12; in compute_tlbie_rb()
87 va_low ^= v >> 24; in compute_tlbie_rb()
88 va_low &= 0x7ff; in compute_tlbie_rb()
96 rb |= (va_low & 0x7f) << 16; /* 7b of VA in AVA/LP field */ in compute_tlbie_rb()
97 rb |= (va_low & 0xfe); /* AVAL field (P7 doesn't seem to care) */ in compute_tlbie_rb()
101 rb |= (va_low & 0x7ff) << 12; /* remaining 11b of VA */ in compute_tlbie_rb()