kernel defines
typedef struct { unsigned long long pgd; } pgd_t;
but what I know is it should eb an array depending on how you haev broken up the virtual address.
how that table is created ?
kernel defines
typedef struct { unsigned long long pgd; } pgd_t;
but what I know is it should eb an array depending on how you haev broken up the virtual address.
how that table is created ?