8 lines
137 B
C
8 lines
137 B
C
|
|
#include "ss_pt_types_box.h"
|
||
|
|
|
||
|
|
// Global page table (2MB BSS)
|
||
|
|
SsPtL1 g_ss_pt = {0};
|
||
|
|
|
||
|
|
// TLS stats
|
||
|
|
__thread SsPtStats t_ss_pt_stats = {0};
|