pmap.h

"Kamal R. Prasad" <[email protected]>
Newsgroups gmane.os.freebsd.devel.arm
Message-ID <CAK=yUGKxkrum2-5noDtvzu3JrmUZweSp+X=++L7YfpWQ9yWUdA@mail.gmail.com>
hello,

 therer are some #defines specific to amd64 in
https://github.com/freebsd/freebsd-src/blob/main/sys/amd64/include/pmap.h
like
#define X86_PG_V 0x001 /* P Valid */
#define X86_PG_RW 0x002 /* R/W Read/Write */
#define X86_PG_U 0x004 /* U/S User/Supervisor */
#define X86_PG_NC_PWT 0x008 /* PWT Write through */

the corresponding #defines are missing in
sys/arm64/include/pmap.h

i need them to take a dump of some pages. so, can some one tell me
where to get these #defines from?

thanks
-kamal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.