Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/
DKconfig.cputype266 bool "Support for PowerPC icswx coprocessor instruction"
272 Coprocessor Store Word (icswx) coprocessor instruction on POWER7
276 the icswx coprocessor instruction. It does not have any effect
277 on processors without the icswx coprocessor instruction.
284 bool "icswx requires direct PID management"
/linux-4.4.14/arch/powerpc/include/asm/
Dicswx.h168 static inline int icswx(__be32 ccw, struct coprocessor_request_block *crb) in icswx() function
/linux-4.4.14/arch/powerpc/mm/
DMakefile21 obj-$(CONFIG_PPC_ICSWX) += icswx.o
/linux-4.4.14/drivers/crypto/nx/
Dnx-842-powernv.c439 ret = icswx(cpu_to_be32(ccw), crb); in nx842_powernv_function()