-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpte.html
74 lines (62 loc) · 2.49 KB
/
pte.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- MAIN BODY TABLE is nested for scalability -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><hr class="gray" noshade="noshade" /></td>
</tr>
<tr>
<td colspan="3"><img src="/img/pixel.gif" width="1" height="10" border="0" alt="" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<!--CONTENT begins here-->
<h3>crash utility help page: <tt><b> pte</b></tt></a></h3>
<table border="0" bgcolor="#E0E0E0" width="100%">
<tr>
<td>
<pre>
NAME
pte - translate a page table entry
SYNOPSIS
pte contents ...
DESCRIPTION
This command translates the hexadecimal contents of a PTE into its physical
page address and page bit settings. If the PTE references a swap location,
the swap device and offset are displayed.
EXAMPLES
crash> pte d8e067
PTE PHYSICAL FLAGS
d8e067 d8e000 (PRESENT|RW|USER|ACCESSED|DIRTY)
crash> pte 13f600
PTE SWAP OFFSET
13f600 /dev/hda2 5104
</pre>
</td>
</tr>
</table>
<!--CONTENT ends here-->
</td>
</tr>
</table>
<hr class="gray" noshade="noshade" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="/img/pixel.gif" width="1" height="10" border="0" alt="" /></td>
</tr>
<tr>
<td colspan="3"><img src="/img/pixel.gif" width="1" height="30" border="0" alt="" /></td>
</tr>
</table>
</td>
</table>
</body>
</html>