| /Linux-v6.6/arch/powerpc/crypto/ |
| D | Makefile | 8 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o 9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o 11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o 12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o 20 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o 21 md5-ppc-y := md5-asm.o md5-glue.o 23 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o 24 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o 27 aes-gcm-p10-crypto-y := aes-gcm-p10-glue.o aes-gcm-p10.o ghashp10-ppc.o aesp10-ppc.o 34 targets += aesp10-ppc.S ghashp10-ppc.S [all …]
|
| D | .gitignore | 2 aesp10-ppc.S 3 ghashp10-ppc.S
|
| /Linux-v6.6/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
| D | mipi_backend_defs.h | 166 …IPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_VAL_BIT(s… argument 167 …MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(s… argument 175 …BACKEND_STREAM_BITS(sid_width, ppc, pix_width) (HRT_MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_wid… argument 206 …T_MIPI_BACKEND_STREAM_VC_LS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid… argument 207 …RT_MIPI_BACKEND_STREAM_VC_MS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_VC_LS_BIT(sid… argument
|
| /Linux-v6.6/drivers/crypto/vmx/ |
| D | Makefile | 3 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o 18 targets += aesp8-ppc.S ghashp8-ppc.S 20 $(obj)/aesp8-ppc.S $(obj)/ghashp8-ppc.S: $(obj)/%.S: $(src)/%.pl FORCE 23 OBJECT_FILES_NON_STANDARD_aesp8-ppc.o := y
|
| D | .gitignore | 2 aesp8-ppc.S 3 ghashp8-ppc.S
|
| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| D | ctxgf117.c | 254 int gpc, ppc; in gf117_grctx_generate_attrib() local 260 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) { in gf117_grctx_generate_attrib() 261 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 262 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 264 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib() 266 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gf117_grctx_generate_attrib() 270 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 272 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 286 .ppc = gf117_grctx_pack_ppc,
|
| D | ctxgp102.c | 51 int gpc, ppc, n = 0; in gp102_grctx_generate_attrib() local 58 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) { in gp102_grctx_generate_attrib() 59 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib() 63 const u32 o = PPC_UNIT(gpc, ppc, 0); in gp102_grctx_generate_attrib() 64 const u32 p = GPC_UNIT(gpc, 0xc44 + (ppc * 4)); in gp102_grctx_generate_attrib() 66 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp102_grctx_generate_attrib() 76 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib()
|
| D | ctxgm107.c | 909 int gpc, ppc, n = 0; in gm107_grctx_generate_attrib() local 915 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) { in gm107_grctx_generate_attrib() 916 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 917 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 919 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib() 921 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gm107_grctx_generate_attrib() 926 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 929 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 967 .ppc = gm107_grctx_pack_ppc,
|
| D | ctxgp100.c | 52 int gpc, ppc, n = 0; in gp100_grctx_generate_attrib() local 59 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) { in gp100_grctx_generate_attrib() 60 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() 63 const u32 o = PPC_UNIT(gpc, ppc, 0); in gp100_grctx_generate_attrib() 65 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp100_grctx_generate_attrib() 74 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib()
|
| D | ctxgm200.c | 87 int gpc, ppc, i; in gm200_grctx_generate_dist_skip_table() local 90 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) { in gm200_grctx_generate_dist_skip_table() 91 u8 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; in gm200_grctx_generate_dist_skip_table() 92 u8 ppc_tpcm = gr->ppc_tpc_mask[gpc][ppc]; in gm200_grctx_generate_dist_skip_table() 95 ppc_tpcm ^= gr->ppc_tpc_mask[gpc][ppc]; in gm200_grctx_generate_dist_skip_table()
|
| D | ctxgk104.c | 925 int i, j, gpc, ppc; in gk104_grctx_generate_alpha_beta_tables() local 934 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) { in gk104_grctx_generate_alpha_beta_tables() 935 u32 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; in gk104_grctx_generate_alpha_beta_tables() 946 pmask = gr->ppc_tpc_mask[gpc][ppc]; in gk104_grctx_generate_alpha_beta_tables() 951 pmask ^= gr->ppc_tpc_mask[gpc][ppc]; in gk104_grctx_generate_alpha_beta_tables() 977 .ppc = gk104_grctx_pack_ppc,
|
| D | ctxgv100.c | 73 int gpc, ppc, n = 0; in gv100_grctx_generate_attrib() local 80 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) { in gv100_grctx_generate_attrib() 81 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib() 85 const u32 o = PPC_UNIT(gpc, ppc, 0); in gv100_grctx_generate_attrib() 87 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gv100_grctx_generate_attrib() 96 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib()
|
| D | gk104.c | 418 int gpc, ppc; in gk104_gr_init_ppc_exceptions() local 421 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) { in gk104_gr_init_ppc_exceptions() 422 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gk104_gr_init_ppc_exceptions() 424 nvkm_wr32(device, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000); in gk104_gr_init_ppc_exceptions()
|
| /Linux-v6.6/Documentation/powerpc/ |
| D | mpc52xx.rst | 11 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 23 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 26 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
|
| /Linux-v6.6/arch/powerpc/xmon/ |
| D | Makefile | 22 obj-y += ppc-dis.o ppc-opc.o
|
| /Linux-v6.6/fs/dlm/ |
| D | midcomms.c | 373 char *ppc; in dlm_send_ack() local 375 msg = dlm_lowcomms_new_msg(nodeid, mb_len, GFP_ATOMIC, &ppc, in dlm_send_ack() 380 m_header = (struct dlm_header *)ppc; in dlm_send_ack() 422 char *ppc; in dlm_send_fin() local 424 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, GFP_ATOMIC, &ppc); in dlm_send_fin() 431 m_header = (struct dlm_header *)ppc; in dlm_send_fin() 972 int len, gfp_t allocation, char **ppc) in dlm_midcomms_get_msg_3_2() argument 978 allocation, ppc, midcomms_new_msg_cb, mh); in dlm_midcomms_get_msg_3_2() 982 opts = (struct dlm_opts *)*ppc; in dlm_midcomms_get_msg_3_2() 988 *ppc += sizeof(*opts); in dlm_midcomms_get_msg_3_2() [all …]
|
| D | lowcomms.c | 142 void *ppc; member 1184 char **ppc, void (*cb)(void *data), in new_wq_entry() argument 1195 *ppc = page_address(e->page) + e->end; in new_wq_entry() 1210 *ppc = page_address(e->page); in new_wq_entry() 1223 gfp_t allocation, char **ppc, in dlm_lowcomms_new_msg_con() argument 1236 e = new_wq_entry(con, len, ppc, cb, data); in dlm_lowcomms_new_msg_con() 1244 msg->ppc = *ppc; in dlm_lowcomms_new_msg_con() 1256 char **ppc, void (*cb)(void *data), in dlm_lowcomms_new_msg() argument 1278 msg = dlm_lowcomms_new_msg_con(con, len, allocation, ppc, cb, data); in dlm_lowcomms_new_msg() 1337 char *ppc; in dlm_lowcomms_resend_msg() local [all …]
|
| D | lowcomms.h | 43 char **ppc, void (*cb)(void *data),
|
| /Linux-v6.6/arch/powerpc/boot/dts/ |
| D | ps3.dts | 38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one 49 ibm,ppc-interrupt-server#s = <0x0 0x1>;
|
| D | microwatt.dts | 82 ibm,ppc-interrupt-server#s = <0>; 115 compatible = "openpower,xics-presentation", "ibm,ppc-xicp";
|
| /Linux-v6.6/tools/testing/ktest/examples/ |
| D | crosstests.conf | 140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT} 145 TEST_START IF ${RUN} == ppc || ${RUN} == ppc64 || ${DO_DEFAULT}
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | index.rst | 15 ppc-pv
|
| /Linux-v6.6/sound/ |
| D | Makefile | 7 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
|
| /Linux-v6.6/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kprobe_opt_types.tc | 12 ppc*)
|
| D | kprobe_args_char.tc | 22 ppc*)
|