Symbol: vm_max_address
sys/uvm/uvm_mmap.c
74
vaddr_t vm_max_address = vm_map_max(map);
sys/uvm/uvm_mmap.c
80
if (eaddr > vm_max_address)
tests/modules/t_ufetchstore.c
1147
ATF_REQUIRE_EQ(do_ucas_32(vm_max_address(), 0xdeadbeef, 0xbeefdead,
tests/modules/t_ufetchstore.c
1168
ATF_REQUIRE_EQ(do_ucas_64(vm_max_address(), 0xdeadbeef, 0xbeefdead,
tests/modules/t_ufetchstore.c
553
ATF_REQUIRE_EQ(do_ufetch_8(vm_max_address(), &res), EFAULT);
tests/modules/t_ufetchstore.c
572
ATF_REQUIRE_EQ(do_ufetch_16(vm_max_address(), &res), EFAULT);
tests/modules/t_ufetchstore.c
591
ATF_REQUIRE_EQ(do_ufetch_32(vm_max_address(), &res), EFAULT);
tests/modules/t_ufetchstore.c
611
ATF_REQUIRE_EQ(do_ufetch_64(vm_max_address(), &res), EFAULT);
tests/modules/t_ufetchstore.c
866
ATF_REQUIRE_EQ(do_ustore_8(vm_max_address(), 0), EFAULT);
tests/modules/t_ufetchstore.c
883
ATF_REQUIRE_EQ(do_ustore_16(vm_max_address(), 0), EFAULT);
tests/modules/t_ufetchstore.c
900
ATF_REQUIRE_EQ(do_ustore_32(vm_max_address(), 0), EFAULT);
tests/modules/t_ufetchstore.c
918
ATF_REQUIRE_EQ(do_ustore_64(vm_max_address(), 0), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
1147
ATF_REQUIRE_EQ(do_ucas_32(vm_max_address(), 0xdeadbeef, 0xbeefdead,
tests/modules/ufetchstore/t_ufetchstore.c
1168
ATF_REQUIRE_EQ(do_ucas_64(vm_max_address(), 0xdeadbeef, 0xbeefdead,
tests/modules/ufetchstore/t_ufetchstore.c
553
ATF_REQUIRE_EQ(do_ufetch_8(vm_max_address(), &res), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
572
ATF_REQUIRE_EQ(do_ufetch_16(vm_max_address(), &res), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
591
ATF_REQUIRE_EQ(do_ufetch_32(vm_max_address(), &res), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
611
ATF_REQUIRE_EQ(do_ufetch_64(vm_max_address(), &res), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
866
ATF_REQUIRE_EQ(do_ustore_8(vm_max_address(), 0), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
883
ATF_REQUIRE_EQ(do_ustore_16(vm_max_address(), 0), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
900
ATF_REQUIRE_EQ(do_ustore_32(vm_max_address(), 0), EFAULT);
tests/modules/ufetchstore/t_ufetchstore.c
918
ATF_REQUIRE_EQ(do_ustore_64(vm_max_address(), 0), EFAULT);