Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpersonality.h14 FDPIC_FUNCPTRS = 0x0080000, /* userspace function ptrs point to descriptors enumerator
45 PER_LINUX_FDPIC = 0x0000 | FDPIC_FUNCPTRS,
/openbmc/linux/arch/arm/include/asm/
H A Dprocessor.h63 current->personality & FDPIC_FUNCPTRS) { \
/openbmc/linux/arch/sh/kernel/
H A Dsignal_32.c317 if (current->personality & FDPIC_FUNCPTRS) { in setup_frame()
387 if (current->personality & FDPIC_FUNCPTRS) { in setup_rt_frame()
/openbmc/linux/arch/xtensa/kernel/
H A Dsignal.c352 (current->personality & FDPIC_FUNCPTRS); in setup_frame()
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c330 (current->personality & FDPIC_FUNCPTRS); in setup_return()
/openbmc/qemu/linux-user/
H A Delfload.c64 FDPIC_FUNCPTRS = 0x0080000, /* userspace function ptrs point to enumerator
85 PER_LINUX_FDPIC = 0x0000 | FDPIC_FUNCPTRS,