/arch/s390/pci/ |
D | pci_insn.c | 17 static inline void zpci_err_insn(u8 cc, u8 status, u64 req, u64 offset) in zpci_err_insn() 20 u64 req; in zpci_err_insn() member 30 static inline u8 __mpcifc(u64 req, struct zpci_fib *fib, u8 *status) in __mpcifc() 44 u8 zpci_mod_fc(u64 req, struct zpci_fib *fib, u8 *status) in zpci_mod_fc() 106 static inline int ____pcilg(u64 *data, u64 req, u64 offset, u8 *status) in ____pcilg() 127 static inline int __pcilg(u64 *data, u64 req, u64 offset, u8 *status) in __pcilg() 139 int zpci_load(u64 *data, u64 req, u64 offset) in zpci_load() 158 static inline int __pcistg(u64 data, u64 req, u64 offset, u8 *status) in __pcistg() 177 int zpci_store(u64 data, u64 req, u64 offset) in zpci_store() 196 static inline int __pcistb(const u64 *data, u64 req, u64 offset, u8 *status) in __pcistb() [all …]
|
D | pci_clp.c | 72 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_req() local 452 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() 462 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() 472 static int clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_pci_slpc() 482 static int clp_pci_list(struct clp_req *req, struct clp_req_rsp_list_pci *lpcb) in clp_pci_list() 494 static int clp_pci_query(struct clp_req *req, in clp_pci_query() 507 static int clp_pci_query_grp(struct clp_req *req, in clp_pci_query_grp() 521 static int clp_pci_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_pci_command() 537 static int clp_normal_command(struct clp_req *req) in clp_normal_command() 584 static int clp_immediate_command(struct clp_req *req) in clp_immediate_command() [all …]
|
/arch/um/drivers/ |
D | mconsole_kern.c | 60 struct mconsole_entry *req; in mc_work_proc() local 80 static struct mc_request req; /* that's OK */ in mconsole_interrupt() local 103 void mconsole_version(struct mc_request *req) in mconsole_version() 113 void mconsole_log(struct mc_request *req) in mconsole_log() 125 void mconsole_proc(struct mc_request *req) in mconsole_proc() 190 void mconsole_help(struct mc_request *req) in mconsole_help() 195 void mconsole_halt(struct mc_request *req) in mconsole_halt() 201 void mconsole_reboot(struct mc_request *req) in mconsole_reboot() 207 void mconsole_cad(struct mc_request *req) in mconsole_cad() 213 void mconsole_go(struct mc_request *req) in mconsole_go() [all …]
|
D | mconsole_user.c | 40 static int mconsole_reply_v0(struct mc_request *req, char *reply) in mconsole_reply_v0() 59 static struct mconsole_command *mconsole_parse(struct mc_request *req) in mconsole_parse() 79 int mconsole_get_request(int fd, struct mc_request *req) in mconsole_get_request() 126 int mconsole_reply_len(struct mc_request *req, const char *str, int total, in mconsole_reply_len() 165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply()
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_lpbfifo.c | 53 struct mpc52xx_lpbfifo_request *req; member 63 static void mpc52xx_lpbfifo_kick(struct mpc52xx_lpbfifo_request *req) in mpc52xx_lpbfifo_kick() 222 struct mpc52xx_lpbfifo_request *req; in mpc52xx_lpbfifo_irq() local 328 struct mpc52xx_lpbfifo_request *req; in mpc52xx_lpbfifo_bcom_irq() local 379 struct mpc52xx_lpbfifo_request *req = lpbfifo.req; in mpc52xx_lpbfifo_poll() local 397 int mpc52xx_lpbfifo_submit(struct mpc52xx_lpbfifo_request *req) in mpc52xx_lpbfifo_submit() 425 int mpc52xx_lpbfifo_start_xfer(struct mpc52xx_lpbfifo_request *req) in mpc52xx_lpbfifo_start_xfer() 457 void mpc52xx_lpbfifo_abort(struct mpc52xx_lpbfifo_request *req) in mpc52xx_lpbfifo_abort()
|
/arch/m68k/mac/ |
D | misc.c | 38 struct adb_request req; in cuda_read_time() local 53 struct adb_request req; in cuda_write_time() local 65 struct adb_request req; in cuda_read_pram() local 76 struct adb_request req; in cuda_write_pram() local 93 struct adb_request req; in pmu_read_time() local 108 struct adb_request req; in pmu_write_time() local 120 struct adb_request req; in pmu_read_pram() local 131 struct adb_request req; in pmu_write_pram() local 349 struct adb_request req; in cuda_restart() local 358 struct adb_request req; in cuda_shutdown() local [all …]
|
/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 94 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt() 123 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() 128 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() 155 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() 179 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() 226 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt() 289 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync() 300 static int __xts_crypt(struct skcipher_request *req, in __xts_crypt() 335 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() 340 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
|
D | aes-glue.c | 132 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() 152 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() 172 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() 193 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() 214 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt() 254 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync() 265 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() 287 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
|
D | aes-ce-ccm-glue.c | 71 static int ccm_init_mac(struct aead_request *req, u8 maciv[], u32 msglen) in ccm_init_mac() 144 static void ccm_calculate_auth_mac(struct aead_request *req, u8 mac[], in ccm_calculate_auth_mac() 235 static int ccm_encrypt(struct aead_request *req) in ccm_encrypt() 293 static int ccm_decrypt(struct aead_request *req) in ccm_decrypt()
|
/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 80 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt() 109 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() 114 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() 146 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() 151 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() 196 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt() 273 static int __xts_crypt(struct skcipher_request *req, in __xts_crypt() 306 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() 311 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
|
D | aes-ce-glue.c | 177 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() 197 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() 217 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() 238 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() 259 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt() 296 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() 318 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
|
D | chacha-neon-glue.c | 64 static int chacha_neon_stream_xor(struct skcipher_request *req, in chacha_neon_stream_xor() 91 static int chacha_neon(struct skcipher_request *req) in chacha_neon() 102 static int xchacha_neon(struct skcipher_request *req) in xchacha_neon()
|
D | ghash-ce-glue.c | 162 static int ghash_async_init(struct ahash_request *req) in ghash_async_init() 176 static int ghash_async_update(struct ahash_request *req) in ghash_async_update() 194 static int ghash_async_final(struct ahash_request *req) in ghash_async_final() 212 static int ghash_async_digest(struct ahash_request *req) in ghash_async_digest() 234 static int ghash_async_import(struct ahash_request *req, const void *in) in ghash_async_import() 247 static int ghash_async_export(struct ahash_request *req, void *out) in ghash_async_export()
|
/arch/arm/common/ |
D | vlock.S | 35 .macro voting_begin rbase:req, rcpu:req, rscratch:req 41 .macro voting_end rbase:req, rcpu:req, rscratch:req
|
/arch/s390/include/asm/ |
D | pci_io.h | 71 static inline int zpci_write_single(u64 req, const u64 *data, u64 offset, u8 len) in zpci_write_single() 95 static inline int zpci_read_single(u64 req, u64 *dst, u64 offset, u8 len) in zpci_read_single() 122 static inline int zpci_write_block(u64 req, const u64 *data, u64 offset) in zpci_write_block() 144 u64 req, offset = ZPCI_OFFSET(src); in zpci_memcpy_fromio() local 165 u64 req, offset = ZPCI_OFFSET(dst); in zpci_memcpy_toio() local
|
/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 458 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha_complete_job() local 527 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha256_mb_update() local 585 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha256_mb_finup() local 783 static int sha256_mb_async_init(struct ahash_request *req) in sha256_mb_async_init() 795 static int sha256_mb_async_update(struct ahash_request *req) in sha256_mb_async_update() 808 static int sha256_mb_async_finup(struct ahash_request *req) in sha256_mb_async_finup() 821 static int sha256_mb_async_final(struct ahash_request *req) in sha256_mb_async_final() 834 static int sha256_mb_async_digest(struct ahash_request *req) in sha256_mb_async_digest() 846 static int sha256_mb_async_export(struct ahash_request *req, void *out) in sha256_mb_async_export() 858 static int sha256_mb_async_import(struct ahash_request *req, const void *in) in sha256_mb_async_import()
|
/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 460 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha_complete_job() local 529 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha1_mb_update() local 588 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha1_mb_finup() local 785 static int sha1_mb_async_init(struct ahash_request *req) in sha1_mb_async_init() 797 static int sha1_mb_async_update(struct ahash_request *req) in sha1_mb_async_update() 810 static int sha1_mb_async_finup(struct ahash_request *req) in sha1_mb_async_finup() 823 static int sha1_mb_async_final(struct ahash_request *req) in sha1_mb_async_final() 836 static int sha1_mb_async_digest(struct ahash_request *req) in sha1_mb_async_digest() 848 static int sha1_mb_async_export(struct ahash_request *req, void *out) in sha1_mb_async_export() 860 static int sha1_mb_async_import(struct ahash_request *req, const void *in) in sha1_mb_async_import()
|
/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 490 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha_complete_job() local 562 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha512_mb_update() local 622 struct ahash_request *req = cast_mcryptd_ctx_to_req(rctx); in sha512_mb_finup() local 819 static int sha512_mb_async_init(struct ahash_request *req) in sha512_mb_async_init() 831 static int sha512_mb_async_update(struct ahash_request *req) in sha512_mb_async_update() 844 static int sha512_mb_async_finup(struct ahash_request *req) in sha512_mb_async_finup() 857 static int sha512_mb_async_final(struct ahash_request *req) in sha512_mb_async_final() 870 static int sha512_mb_async_digest(struct ahash_request *req) in sha512_mb_async_digest() 882 static int sha512_mb_async_export(struct ahash_request *req, void *out) in sha512_mb_async_export() 894 static int sha512_mb_async_import(struct ahash_request *req, const void *in) in sha512_mb_async_import()
|
/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 165 static int ghash_async_init(struct ahash_request *req) in ghash_async_init() 179 static int ghash_async_update(struct ahash_request *req) in ghash_async_update() 197 static int ghash_async_final(struct ahash_request *req) in ghash_async_final() 215 static int ghash_async_import(struct ahash_request *req, const void *in) in ghash_async_import() 227 static int ghash_async_export(struct ahash_request *req, void *out) in ghash_async_export() 238 static int ghash_async_digest(struct ahash_request *req) in ghash_async_digest()
|
D | aesni-intel_glue.c | 380 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() 402 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() 424 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() 446 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() 503 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() 604 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() 615 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() 747 static int gcmaes_encrypt(struct aead_request *req, unsigned int assoclen, in gcmaes_encrypt() 809 static int gcmaes_decrypt(struct aead_request *req, unsigned int assoclen, in gcmaes_decrypt() 879 static int helper_rfc4106_encrypt(struct aead_request *req) in helper_rfc4106_encrypt() [all …]
|
/arch/powerpc/platforms/512x/ |
D | mpc512x_lpbfifo.c | 43 struct mpc512x_lpbfifo_request *req; member 67 struct mpc512x_lpbfifo_request *req = NULL; in mpc512x_lpbfifo_irq() local 119 struct mpc512x_lpbfifo_request *req = NULL; in mpc512x_lpbfifo_callback() local 333 static int mpc512x_lpbfifo_submit_locked(struct mpc512x_lpbfifo_request *req) in mpc512x_lpbfifo_submit_locked() 355 int mpc512x_lpbfifo_submit(struct mpc512x_lpbfifo_request *req) in mpc512x_lpbfifo_submit()
|
/arch/arm/mm/ |
D | proc-arm9tdmi.S | 75 .macro arm9tdmi_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req
|
D | proc-arm720.S | 191 .macro arm720_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cpu_flush:req
|
D | proc-sa1100.S | 247 .macro sa1100_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req
|
/arch/powerpc/platforms/powermac/ |
D | time.c | 108 struct adb_request req; in cuda_get_time() local 128 struct adb_request req; in cuda_set_rtc_time() local 152 struct adb_request req; in pmu_get_time() local 171 struct adb_request req; in pmu_set_rtc_time() local
|