Symbol: ONE_MEGABYTE
tests/sys/uvm/t_uvm_physseg.c
1836
result = uvm_physseg_find(atop(ONE_MEGABYTE - 1024), NULL);
tests/sys/uvm/t_uvm_physseg.c
1852
result = uvm_physseg_find(atop(ONE_MEGABYTE + 8192), &offset);
tests/sys/uvm/t_uvm_physseg.c
1868
result = uvm_physseg_find(atop(ONE_MEGABYTE - 12288), &offset);
tests/sys/uvm/t_uvm_physseg.c
1906
uvm_physseg_find(atop(ONE_MEGABYTE * 3), NULL));
tests/sys/uvm/t_uvm_physseg.c
1912
uvm_physseg_find(atop(ONE_MEGABYTE * 3), &offset));
tests/sys/uvm/t_uvm_physseg.c
206
#define VALID_END_PFN_1 atop(ONE_MEGABYTE)
tests/sys/uvm/t_uvm_physseg.c
208
#define VALID_AVAIL_END_PFN_1 atop(ONE_MEGABYTE)
tests/sys/uvm/t_uvm_physseg.c
210
#define VALID_START_PFN_2 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg.c
211
#define VALID_END_PFN_2 atop(ONE_MEGABYTE * 2)
tests/sys/uvm/t_uvm_physseg.c
212
#define VALID_AVAIL_START_PFN_2 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg.c
213
#define VALID_AVAIL_END_PFN_2 atop(ONE_MEGABYTE * 2)
tests/sys/uvm/t_uvm_physseg.c
215
#define VALID_START_PFN_3 atop((ONE_MEGABYTE * 2) + 1)
tests/sys/uvm/t_uvm_physseg.c
216
#define VALID_END_PFN_3 atop(ONE_MEGABYTE * 3)
tests/sys/uvm/t_uvm_physseg.c
217
#define VALID_AVAIL_START_PFN_3 atop((ONE_MEGABYTE * 2) + 1)
tests/sys/uvm/t_uvm_physseg.c
218
#define VALID_AVAIL_END_PFN_3 atop(ONE_MEGABYTE * 3)
tests/sys/uvm/t_uvm_physseg.c
220
#define VALID_START_PFN_4 atop((ONE_MEGABYTE * 3) + 1)
tests/sys/uvm/t_uvm_physseg.c
221
#define VALID_END_PFN_4 atop(ONE_MEGABYTE * 4)
tests/sys/uvm/t_uvm_physseg.c
222
#define VALID_AVAIL_START_PFN_4 atop((ONE_MEGABYTE * 3) + 1)
tests/sys/uvm/t_uvm_physseg.c
223
#define VALID_AVAIL_END_PFN_4 atop(ONE_MEGABYTE * 4)
tests/sys/uvm/t_uvm_physseg.c
554
ATF_REQUIRE_EQ(true, uvm_physseg_plug(atop(0), atop(ONE_MEGABYTE), NULL));
tests/sys/uvm/t_uvm_physseg_load.c
179
#define VALID_END_PFN_1 atop(ONE_MEGABYTE)
tests/sys/uvm/t_uvm_physseg_load.c
181
#define VALID_AVAIL_END_PFN_1 atop(ONE_MEGABYTE)
tests/sys/uvm/t_uvm_physseg_load.c
183
#define VALID_START_PFN_2 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg_load.c
184
#define VALID_END_PFN_2 atop(ONE_MEGABYTE * 2)
tests/sys/uvm/t_uvm_physseg_load.c
185
#define VALID_AVAIL_START_PFN_2 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg_load.c
186
#define VALID_AVAIL_END_PFN_2 atop(ONE_MEGABYTE * 2)
tests/sys/uvm/t_uvm_physseg_load.c
188
#define VALID_START_PFN_3 atop((ONE_MEGABYTE * 2) + 1)
tests/sys/uvm/t_uvm_physseg_load.c
189
#define VALID_END_PFN_3 atop(ONE_MEGABYTE * 3)
tests/sys/uvm/t_uvm_physseg_load.c
190
#define VALID_AVAIL_START_PFN_3 atop((ONE_MEGABYTE * 2) + 1)
tests/sys/uvm/t_uvm_physseg_load.c
191
#define VALID_AVAIL_END_PFN_3 atop(ONE_MEGABYTE * 3)
tests/sys/uvm/t_uvm_physseg_load.c
193
#define VALID_START_PFN_4 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg_load.c
194
#define VALID_END_PFN_4 atop(ONE_MEGABYTE * 128)
tests/sys/uvm/t_uvm_physseg_load.c
195
#define VALID_AVAIL_START_PFN_4 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg_load.c
196
#define VALID_AVAIL_END_PFN_4 atop(ONE_MEGABYTE * 128)
tests/sys/uvm/t_uvm_physseg_load.c
198
#define VALID_START_PFN_5 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg_load.c
199
#define VALID_END_PFN_5 atop(ONE_MEGABYTE * 256)
tests/sys/uvm/t_uvm_physseg_load.c
200
#define VALID_AVAIL_START_PFN_5 atop(ONE_MEGABYTE + 1)
tests/sys/uvm/t_uvm_physseg_load.c
201
#define VALID_AVAIL_END_PFN_5 atop(ONE_MEGABYTE * 256)