tst_Parser: don't hardcode the page size in all architectures It is fixed to 4096 bytes on x86, but on others it might be different. For them, ask the runtime what the actual size is. Fixes #324. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>