Home
last modified time | relevance | path

Searched refs:VSYSCALL_PAGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/x86_64/
H A Dvsyscall.c4 #define VSYSCALL_PAGE 0xffffffffff600000 macro
10 printf("%ld\n", ((time_func)(VSYSCALL_PAGE + TIME_OFFSET))(NULL)); in main()
/openbmc/linux/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c364 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
372 BUILD_BUG_ON((unsigned long)__fix_to_virt(VSYSCALL_PAGE) != in map_vsyscall()
/openbmc/linux/arch/x86/include/asm/
H A Dfixmap.h86 VSYSCALL_PAGE = (FIXADDR_TOP - VSYSCALL_ADDR) >> PAGE_SHIFT,
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c2040 case VSYSCALL_PAGE: in xen_set_fixmap()
2081 if (idx == VSYSCALL_PAGE) in xen_set_fixmap()