Home
last modified time | relevance | path

Searched refs:VSYSCALL_ADDR (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dread_vsyscall.c7 /* For VSYSCALL_ADDR */
11 #define VSYSCALL_ADDR 0UL macro
52 skel->bss->user_ptr = (void *)VSYSCALL_ADDR; in test_read_vsyscall()
/linux/arch/x86/include/uapi/asm/
H A Dvsyscall.h11 #define VSYSCALL_ADDR (-10UL << 20) macro
/linux/arch/x86/mm/
H A Dpti.c299 pte = lookup_address(VSYSCALL_ADDR, &level); in pti_setup_vsyscall()
303 target_pte = pti_user_pagetable_walk_pte(VSYSCALL_ADDR, false); in pti_setup_vsyscall()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c2260 u64 limit = TASK_SIZE_MAX + PAGE_SIZE - VSYSCALL_ADDR; in do_jit()
2264 emit_mov_imm64(&prog, BPF_REG_AX, (long)VSYSCALL_ADDR >> 32, in do_jit()
2265 (u32)(long)VSYSCALL_ADDR); in do_jit()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c408 case 8: return (void *)VSYSCALL_ADDR; /* vsyscall page address */ in bpf_testmod_return_ptr()
/linux/arch/x86/xen/
H A Dmmu_pv.c1473 user_pgd[pgd_index(VSYSCALL_ADDR)] = in xen_pgd_alloc()