OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vm_max_address
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/modules/
t_ufetchstore.c
121
vm_max_address
(void)
function
545
"test for correct ufetch_8
VM_MAX_ADDRESS
pointer behavior");
553
ATF_REQUIRE_EQ(do_ufetch_8(
vm_max_address
(), &res), EFAULT);
564
"test for correct ufetch_16
VM_MAX_ADDRESS
pointer behavior");
572
ATF_REQUIRE_EQ(do_ufetch_16(
vm_max_address
(), &res), EFAULT);
583
"test for correct ufetch_32
VM_MAX_ADDRESS
pointer behavior");
591
ATF_REQUIRE_EQ(do_ufetch_32(
vm_max_address
(), &res), EFAULT);
603
"test for correct ufetch_64
VM_MAX_ADDRESS
pointer behavior");
611
ATF_REQUIRE_EQ(do_ufetch_64(
vm_max_address
(), &res), EFAULT);
623
"test for correct ufetch_16 near-
VM_MAX_ADDRESS
pointer behavior")
[
all
...]
/src/tests/modules/ufetchstore/
t_ufetchstore.c
121
vm_max_address
(void)
function
545
"test for correct ufetch_8
VM_MAX_ADDRESS
pointer behavior");
553
ATF_REQUIRE_EQ(do_ufetch_8(
vm_max_address
(), &res), EFAULT);
564
"test for correct ufetch_16
VM_MAX_ADDRESS
pointer behavior");
572
ATF_REQUIRE_EQ(do_ufetch_16(
vm_max_address
(), &res), EFAULT);
583
"test for correct ufetch_32
VM_MAX_ADDRESS
pointer behavior");
591
ATF_REQUIRE_EQ(do_ufetch_32(
vm_max_address
(), &res), EFAULT);
603
"test for correct ufetch_64
VM_MAX_ADDRESS
pointer behavior");
611
ATF_REQUIRE_EQ(do_ufetch_64(
vm_max_address
(), &res), EFAULT);
623
"test for correct ufetch_16 near-
VM_MAX_ADDRESS
pointer behavior")
[
all
...]
/src/sys/uvm/
uvm_mmap.c
74
vaddr_t
vm_max_address
= vm_map_max(map);
local
80
if (eaddr >
vm_max_address
)
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026