HomeSort by: relevance | last modified time | path
    Searched defs:ptps (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
pmap.c 253 * non-kernel PDEs in the PDP, the PTEs, and PTPs and connected data
455 /* Array of freshly allocated PTPs, for pmap_get_ptp(). */
1233 * the pm_obj contains the list of active PTPs.
1959 * The kernel doesn't keep track of PTPs, so there's nowhere handy
2599 * pmap_install_ptp: install any freshly allocated PTPs
2670 * pmap_unget_ptp: free unusued PTPs
3131 * PTEs in the PTPs.
3248 struct vm_page *ptps[32]; local in function:pmap_remove_all
3262 /* Fetch a block of PTPs from tree. */
3265 (void **)ptps, __arraycount(ptps), false)
    [all...]

Completed in 14 milliseconds