| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | why it not write those 6bits to entrylo0/1 register? |
| From: | figo zhang <figo1802@gmail.com> |
| Date: | Tue, 17 Nov 2009 16:12:03 +0800 |
| Cc: | ralf@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=7UGFyF7iQWdY+I2mgsoWO8tzDL6LoCWj3nSYg56E074=; b=dljevj299f+RvY9ai9OpTvEAvF1lqE8TGNWJaKEjApPxyQDG0nfU8sLHS0+yz2a/P1 rRUY7QsEBQlia0D6SKn54ok56wnKg8GMg0Y5R+WLrHwbtiF3ubNyVgeCC1ITTTE8EAp+ rALs6pLObD1t16+py2YcHmtwPFAEhCWSYYCVg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=LyO092cpq5znqniIZ42ff2jWJ51MMFyNMoNkb218oS/KFvBqOjieAIdnTrOOPZaZ9s izrBj5bExKsc+q/CK+b9jLjNlPupINzgkDYSgYVFkFVKYaK6kWKLPtcVOb3NhXkORd+N jt6oIk8ANs/3FRidJv2fTC/5lTPQZZnALtLRE= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
|
hi, all,
i have a qusetion , in arch/mips/mm/tlb-r4k.c, __update_tlb() function:
321 #if defined(CONFIG_64BIT_PHYS_ADDR) && defined(CONFIG_CPU_MIPS32)
322 write_c0_entrylo0(ptep->pte_high);
323 ptep++;
324 write_c0_entrylo1(ptep->pte_high);
325 #else
326 write_c0_entrylo0(pte_val(*ptep++) >> 6);
327 write_c0_entrylo1(pte_val(*ptep) >> 6);
328 #endif
why this right shift 6 bits? this 6 bits contain some important bit, such as:
C: [bit3~5]: cohereny attribute of page
D:
V:
G: and how the kernel write the this 6 bit to entrylo0/1 register?
Best,
Figo.zhang
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | problem bring up initramfs and busybox, myuboot |
|---|---|
| Next by Date: | Re: why it not write those 6bits to entrylo0/1 register?, Ralf Baechle |
| Previous by Thread: | [PATCH v1 0/3] Add CPUFreq support for loongson2f, Wu Zhangjin |
| Next by Thread: | Re: why it not write those 6bits to entrylo0/1 register?, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |