Searched refs:personality (Results 26 - 50 of 120) sorted by relevance

12345

/linux-master/arch/s390/kernel/
H A Dentry.h53 long sys_s390_personality(unsigned int personality);
H A Dprocess.c25 #include <linux/personality.h>
243 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
/linux-master/include/linux/
H A Delf.h11 have the READ_IMPLIES_EXEC personality flag set automatically.
17 set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h190 /* The PCI personality is not quite synonymous to protocol ID:
192 * 2. The Ethernet personality may support also the RoCE/iWARP protocol
265 /* PCI personality */
266 enum qed_pci_personality personality; member in struct:qed_hw_info
268 ((dev)->hw_info.personality == QED_PCI_ETH_ROCE || \
269 (dev)->hw_info.personality == QED_PCI_ETH_IWARP || \
270 (dev)->hw_info.personality == QED_PCI_ETH_RDMA)
272 ((dev)->hw_info.personality == QED_PCI_ETH_ROCE || \
273 (dev)->hw_info.personality == QED_PCI_ETH_RDMA)
275 ((dev)->hw_info.personality
[all...]
H A Dqed_sp_commands.c386 switch (p_hwfn->hw_info.personality) {
388 p_ramrod->personality = PERSONALITY_ETH;
391 p_ramrod->personality = PERSONALITY_FCOE;
395 p_ramrod->personality = PERSONALITY_TCP_ULP;
399 p_ramrod->personality = PERSONALITY_RDMA_AND_ETH;
402 DP_NOTICE(p_hwfn, "Unknown personality %d\n",
403 p_hwfn->hw_info.personality);
404 p_ramrod->personality = PERSONALITY_ETH;
H A Dqed_dev_api.h168 * @personality: Personality to initialize.
173 int personality);
H A Dqed_dev.c1382 if (p_hwfn->hw_info.personality == QED_PCI_FCOE)
1385 if (p_hwfn->hw_info.personality == QED_PCI_ISCSI) {
1390 if (p_hwfn->hw_info.personality == QED_PCI_NVMETCP) {
1430 switch (p_hwfn->hw_info.personality) {
1452 "unknown personality %d\n", p_hwfn->hw_info.personality);
2279 } else if (p_hwfn->hw_info.personality == QED_PCI_ISCSI ||
2280 p_hwfn->hw_info.personality == QED_PCI_NVMETCP) {
2315 if (p_hwfn->hw_info.personality == QED_PCI_FCOE) {
2321 if (p_hwfn->hw_info.personality
4533 qed_get_hw_info(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_pci_personality personality) argument
4652 qed_hw_prepare_single(struct qed_hwfn *p_hwfn, void __iomem *p_regview, void __iomem *p_doorbells, u64 db_phys_addr, enum qed_pci_personality personality) argument
4747 qed_hw_prepare(struct qed_dev *cdev, int personality) argument
[all...]
/linux-master/arch/xtensa/include/asm/
H A Delf.h194 set_personality(PER_LINUX_32BIT | (current->personality & (~PER_MASK)))
/linux-master/arch/loongarch/include/asm/
H A Dpage.h118 ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
/linux-master/arch/mips/mm/
H A Dmmap.c15 #include <linux/personality.h>
/linux-master/arch/s390/mm/
H A Dmmap.c12 #include <linux/personality.h>
31 if (current->personality & ADDR_COMPAT_LAYOUT)
182 * Fall back to the standard layout if the personality
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c20 #include <linux/personality.h>
196 bool compat = personality(current->personality) == PER_LINUX32;
H A Dprocess.c37 #include <linux/personality.h>
593 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
/linux-master/arch/sparc/kernel/
H A Dsystbls.h37 asmlinkage long sparc64_personality(unsigned long personality);
/linux-master/arch/sh/include/asm/
H A Delf.h164 set_personality(PER_LINUX_32BIT | (current->personality & (~PER_MASK)))
/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c36 #include <linux/personality.h>
/linux-master/arch/parisc/kernel/
H A Dprocess.c27 #include <linux/personality.h>
/linux-master/include/trace/events/
H A Dio_uring.h514 __field( u16, personality )
535 __entry->personality = sqe->personality;
547 "personality=%d, file_index=%d, pad=0x%llx, addr3=%llx, "
555 __entry->buf_index, __entry->personality, __entry->file_index,
/linux-master/arch/arm64/include/asm/
H A Delf.h101 * have the READ_IMPLIES_EXEC personality flag set automatically.
164 current->personality &= ~READ_IMPLIES_EXEC; \
/linux-master/arch/arm/mm/
H A Dmmap.c12 #include <linux/personality.h>
/linux-master/arch/um/kernel/
H A Dprocess.c14 #include <linux/personality.h>
350 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
/linux-master/arch/loongarch/kernel/
H A Dprocess.c28 #include <linux/personality.h>
313 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
/linux-master/arch/sh/kernel/
H A Dsignal_32.c25 #include <linux/personality.h>
317 if (current->personality & FDPIC_FUNCPTRS) {
387 if (current->personality & FDPIC_FUNCPTRS) {
/linux-master/arch/x86/kernel/
H A Dprocess_64.c717 /* inherit personality from parent */
731 current->personality &= ~READ_IMPLIES_EXEC;
740 current->personality &= ~READ_IMPLIES_EXEC;
765 current->personality |= force_personality32;
/linux-master/arch/xtensa/kernel/
H A Dsignal.c21 #include <linux/personality.h>
352 (current->personality & FDPIC_FUNCPTRS);

Completed in 258 milliseconds

12345