Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2021 16:50:15 +0530
From:      "Kamal R. Prasad" <kamalpr@gmail.com>
To:        freebsd-arm <freebsd-arm@freebsd.org>
Subject:   pmap.h
Message-ID:  <CAK=yUGKxkrum2-5noDtvzu3JrmUZweSp%2BX=%2B%2BL7YfpWQ9yWUdA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAK=yUGKxkrum2-5noDtvzu3JrmUZweSp%2BX=%2B%2BL7YfpWQ9yWUdA>