Home
last modified time | relevance | path

Searched refs:state_size (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_net.c44 unsigned int state_size = PDE(inode)->state_size; in seq_open_net() local
48 WARN_ON_ONCE(state_size < sizeof(*p)); in seq_open_net()
57 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
106 unsigned int state_size, void *data) in proc_create_net_data() argument
116 p->state_size = state_size; in proc_create_net_data()
150 unsigned int state_size, void *data) in proc_create_net_data_write() argument
160 p->state_size = state_size; in proc_create_net_data_write()
H A Dgeneric.c599 if (de->state_size) in proc_seq_open()
600 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
608 if (de->state_size) in proc_seq_release()
623 unsigned int state_size, void *data) in proc_create_seq_private() argument
632 p->state_size = state_size; in proc_create_seq_private()
H A Dinternal.h53 unsigned int state_size; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dproc_fs.h93 unsigned int state_size, void *data);
120 unsigned int state_size, void *data);
121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
122 proc_create_net_data(name, mode, parent, ops, state_size, NULL)
130 unsigned int state_size, void *data);
192 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) argument
193 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dsignal.c283 int state_size = fpu_kernel_xstate_size; in __fpu__restore_sig() local
320 state_size = sizeof(struct fxregs_state); in __fpu__restore_sig()
324 state_size = fx_sw_user.xstate_size; in __fpu__restore_sig()
440 ret = __copy_from_user(&fpu->state.fxsave, buf_fx, state_size); in __fpu__restore_sig()
459 ret = __copy_from_user(&fpu->state.fsave, buf_fx, state_size); in __fpu__restore_sig()
/OK3568_Linux_fs/kernel/sound/soc/intel/catpt/
H A Dloader.c125 if (!type->loaded || !type->state_size) in catpt_store_module_states()
130 i, off, type->state_size); in catpt_store_module_states()
135 ALIGN(type->state_size, 4)); in catpt_store_module_states()
443 type->state_size = blk->size; in catpt_load_module()
H A Dcore.h68 u32 state_size; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dinsn-attr.h138 extern int state_size (void);
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h245 u32 state_size; member
H A Dddbridge-mci.c137 state = kzalloc(cfg->state_size, GFP_KERNEL); in ddb_mci_attach()
H A Dddbridge-sx8.c483 .state_size = sizeof(struct sx8),
/OK3568_Linux_fs/u-boot/lib/lzma/
H A Dlzma.txt330 state_size = (4 + (1.5 << (lc + lp))) KB
331 by default (lc=3, lp=0), state_size = 16 KB.
358 - LZMA Internal Structures: state_size (16 KB for default settings)
412 - LZMA Internal Structures: state_size (16 KB for default settings)
452 - (dictSize * 11.5 + 6 MB) + state_size
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dinsn-attr.h263 extern int state_size (void);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Drandom.tcc206 __b, __t, __c, __l>::state_size; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l>
282 for (int __i = 1; __i < state_size; ++__i) in seed()
291 _M_p = state_size; in seed()
303 for (int __i = 0; __i < state_size; ++__i) in seed()
306 _M_p = state_size; in seed()
320 if (_M_p >= state_size) in operator ()()
H A Drandom.h556 static const int state_size = __n; in _GLIBCXX_VISIBILITY()
615 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); } in _GLIBCXX_VISIBILITY()
680 _UIntType _M_x[state_size]; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Drandom.tcc206 __b, __t, __c, __l>::state_size; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l>
282 for (int __i = 1; __i < state_size; ++__i) in seed()
291 _M_p = state_size; in seed()
303 for (int __i = 0; __i < state_size; ++__i) in seed()
306 _M_p = state_size; in seed()
320 if (_M_p >= state_size) in operator ()()
H A Drandom.h556 static const int state_size = __n; in _GLIBCXX_VISIBILITY()
615 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); } in _GLIBCXX_VISIBILITY()
680 _UIntType _M_x[state_size]; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Drandom.tcc60 _M_pos = state_size; in seed()
143 _M_pos = state_size; in seed()
195 while (__z > state_size - _M_pos) in discard()
197 __z -= state_size - _M_pos; in discard()
337 __lhs._M_stateT + __engine::state_size, in operator ==()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drandom.tcc60 _M_pos = state_size; in seed()
143 _M_pos = state_size; in seed()
195 while (__z > state_size - _M_pos) in discard()
197 __z -= state_size - _M_pos; in discard()
337 __lhs._M_stateT + __engine::state_size, in operator ==()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Drandom.tcc206 __s, __b, __t, __c, __l, __f>::state_size; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>
330 for (size_t __i = 1; __i < state_size; ++__i) in seed()
339 _M_p = state_size; in seed()
360 for (size_t __i = 0; __i < state_size; ++__i) in seed()
385 _M_p = state_size; in seed()
434 while (__z > state_size - _M_p) in discard()
436 __z -= state_size - _M_p; in discard()
455 if (_M_p >= state_size) in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Drandom.tcc206 __s, __b, __t, __c, __l, __f>::state_size; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>
330 for (size_t __i = 1; __i < state_size; ++__i) in seed()
339 _M_p = state_size; in seed()
360 for (size_t __i = 0; __i < state_size; ++__i) in seed()
385 _M_p = state_size; in seed()
434 while (__z > state_size - _M_p) in discard()
436 __z -= state_size - _M_p; in discard()
455 if (_M_p >= state_size) in operator ()()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c742 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init() local
765 ipad = kzalloc(state_size, GFP_KERNEL); in aead_hmac_init()
771 opad = kzalloc(state_size, GFP_KERNEL); in aead_hmac_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c748 uint32_t state_size; in dmub_fw_state_show() local
757 state_size = fb_info->fb[DMUB_WINDOW_6_FW_STATE].size; in dmub_fw_state_show()
759 return seq_write(m, state_base, state_size); in dmub_fw_state_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsi_dpm.c5259 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE) + in si_upload_sw_state() local
5264 memset(smc_state, 0, state_size); in si_upload_sw_state()
5271 state_size, si_pi->sram_end); in si_upload_sw_state()
5286 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE); in si_upload_ulv_state() local
5288 memset(smc_state, 0, state_size); in si_upload_ulv_state()
5293 state_size, si_pi->sram_end); in si_upload_ulv_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.c5718 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE) + in si_upload_sw_state() local
5723 memset(smc_state, 0, state_size); in si_upload_sw_state()
5730 state_size, si_pi->sram_end); in si_upload_sw_state()
5743 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE); in si_upload_ulv_state() local
5745 memset(smc_state, 0, state_size); in si_upload_ulv_state()
5750 state_size, si_pi->sram_end); in si_upload_ulv_state()

12