Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dpmap.h74 #define X86_PG_PS 0x080 /* PS Page size (0=4k,1=2M) */ macro
/dragonfly/lib/libkvm/
H A Dkvm_minidump_x86_64.c335 if (pte & X86_PG_PS) { /* 1GB pages */ in _kvm_minidump_vatop()
363 if (pte & X86_PG_PS) { /* 2MB pages */ in _kvm_minidump_vatop()
H A Dkvm_x86_64.c309 if ((u_long)pde & X86_PG_PS) { in _kvm_vatop()
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c285 [PG_PS_IDX] = X86_PG_PS,