Lines Matching full:to
22 * Splits the pagetables down to the given DAT tables level.
23 * Returns a pointer to the DAT table entry of the given level.
25 * @vaddr address whose page tables are to split
31 * Applies the given protection bits to the given DAT tables level,
34 * @vaddr address whose protection bits are to be changed
35 * @prot the protection bits to set
44 * @vaddr address whose protection bits are to be changed
45 * @prot the protection bits to clear
51 * Applies the given protection bits to the given 4kB pages range,
53 * @start starting address whose protection bits are to be changed
55 * @prot the protection bits to set
62 * @start starting address whose protection bits are to be changed
64 * @prot the protection bits to set
68 /* Similar to install_page, maps the virtual address to the physical address
70 * Returns a pointer to the DAT table entry.
72 * @phys physical address to map, must be 1MB aligned!
73 * @vaddr virtual address to map, must be 1MB aligned!
77 /* Similar to install_page, maps the virtual address to the physical address
79 * Returns a pointer to the DAT table entry.
81 * @phys physical address to map, must be 2GB aligned!
82 * @vaddr virtual address to map, must be 2GB aligned!