/openbmc/linux/arch/s390/include/asm/ |
H A D | pai.h | 58 if (!S390_lowcore.ccd) in pai_kernel_enter() 62 WRITE_ONCE(S390_lowcore.ccd, S390_lowcore.ccd | PAI_CRYPTO_KERNEL_OFFSET); in pai_kernel_enter() 71 if (!S390_lowcore.ccd) in pai_kernel_exit() 75 WRITE_ONCE(S390_lowcore.ccd, S390_lowcore.ccd & ~PAI_CRYPTO_KERNEL_OFFSET); in pai_kernel_exit()
|
H A D | lowcore.h | 205 __u64 ccd; /* 0x1500 */ member
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | em28xx-cardlist.rst | 28 - 0ccd:0036 156 - 0ccd:004f 196 - 0ccd:0043 224 - 0ccd:004c 240 - 0ccd:005e, 0ccd:0042 288 - 0ccd:0096, 0ccd:10AF 292 - 0ccd:0084 336 - eb1a:2885, 0ccd:10a2, 0ccd:10ad, 0ccd:10b6 348 - 0ccd:00b2 368 - 0ccd:008e, 0ccd:00ac [all …]
|
H A D | dvb-usb-dib0700-cardlist.rst | 138 - 0ccd:0081, 0ccd:10a1 140 - 0ccd:005a 142 - 0ccd:0060 144 - 0ccd:0058 146 - 0ccd:0062 148 - 0ccd:0078, 0ccd:10a0, 0ccd:00ab
|
H A D | dvb-usb-rtl28xxu-cardlist.rst | 68 - 0ccd:00a9 70 - 0ccd:00d3 72 - 0ccd:00d7 74 - 0ccd:00b3 76 - 0ccd:00e0 78 - 0ccd:00b4
|
H A D | dvb-usb-dw2102-cardlist.rst | 42 - 0ccd:0064 48 - 0ccd:0x0105 50 - 0ccd:00a8 52 - 0ccd:00b0 54 - 0ccd:0102
|
H A D | dvb-usb-af9035-cardlist.rst | 66 - 0ccd:0093 68 - 0ccd:00aa 70 - 0ccd:0099 72 - 0ccd:10b2 74 - 0ccd:10ae
|
H A D | dvb-usb-az6007-cardlist.rst | 16 - 13d3:0ccd 20 - 0ccd:10b4, 0ccd:10a3
|
H A D | dvb-usb-az6027-cardlist.rst | 20 - 0ccd:10a4 22 - 0ccd:10ac
|
H A D | dvb-usb-af9015-cardlist.rst | 70 - 0ccd:0099 72 - 0ccd:0097 74 - 0ccd:0069
|
H A D | dvb-usb-dvbsky-cardlist.rst | 40 - 0ccd:0105 42 - 0ccd:10a5
|
H A D | dvb-usb-cinergyT2-cardlist.rst | 16 - 0ccd:0x0038
|
H A D | dvb-usb-af9005-cardlist.rst | 20 - 0ccd:0055
|
H A D | other-usb-cardlist.rst | 30 0ccd:0039, 2040:7502,
|
/openbmc/linux/drivers/power/supply/ |
H A D | cpcap-battery.c | 309 struct cpcap_coulomb_counter_data *ccd) in cpcap_battery_read_accumulated() argument 314 ccd->sample = 0; in cpcap_battery_read_accumulated() 315 ccd->accumulator = 0; in cpcap_battery_read_accumulated() 316 ccd->offset = 0; in cpcap_battery_read_accumulated() 317 ccd->integrator = 0; in cpcap_battery_read_accumulated() 326 ccd->sample = (buf[1] & 0x0fff) << 16; in cpcap_battery_read_accumulated() 327 ccd->sample |= buf[0]; in cpcap_battery_read_accumulated() 329 ccd->sample = sign_extend32(24, ccd->sample); in cpcap_battery_read_accumulated() 332 ccd->accumulator = ((s16)buf[3]) << 16; in cpcap_battery_read_accumulated() 333 ccd->accumulator |= buf[2]; in cpcap_battery_read_accumulated() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | security.c | 206 bool bcs, ccd; in cpu_show_spectre_v2() local 211 ccd = security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED); in cpu_show_spectre_v2() 213 if (bcs || ccd) { in cpu_show_spectre_v2() 219 if (bcs && ccd) in cpu_show_spectre_v2() 222 if (ccd) in cpu_show_spectre_v2() 237 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 264 unsigned long ccd; in paicrypt_add() local 267 ccd = virt_to_phys(cpump->page) | PAI_CRYPTO_KERNEL_OFFSET; in paicrypt_add() 268 WRITE_ONCE(S390_lowcore.ccd, ccd); in paicrypt_add() 299 WRITE_ONCE(S390_lowcore.ccd, 0); in paicrypt_del()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 442 u32 *ccd = vdata->vnic_min_rate[vnic].cos_credit_delta; in bnx2x_init_fw_wrr() local 448 ccd[cos] = in bnx2x_init_fw_wrr() 451 if (ccd[cos] < pdata->fair_vars.fair_threshold in bnx2x_init_fw_wrr() 453 ccd[cos] = in bnx2x_init_fw_wrr()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs3xdr.c | 1083 struct readdir_cd *ccd = data; in nfs3svc_encode_entry3() local 1084 struct nfsd3_readdirres *resp = container_of(ccd, in nfs3svc_encode_entry3() 1158 struct readdir_cd *ccd = data; in nfs3svc_encode_entryplus3() local 1159 struct nfsd3_readdirres *resp = container_of(ccd, in nfs3svc_encode_entryplus3()
|
H A D | nfsxdr.c | 618 struct readdir_cd *ccd = data; in nfssvc_encode_entry() local 619 struct nfsd_readdirres *resp = container_of(ccd, in nfssvc_encode_entry()
|
H A D | nfs4xdr.c | 3598 struct readdir_cd *ccd = ccdv; in nfsd4_encode_dirent() local 3599 struct nfsd4_readdir *cd = container_of(ccd, struct nfsd4_readdir, common); in nfsd4_encode_dirent()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 714 ccd cih RIL_RI
|