Home
last modified time | relevance | path

Searched refs:gen_type (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dhw_breakpoint.c136 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
159 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
162 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
165 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhw_breakpoint.c199 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
209 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
213 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
216 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dexplicit_conversion.hpp69 typedef typename has_generic_interconversion<S, T>::type gen_type;
70 typedef mpl::bool_<boost::is_convertible<S, T>::value || gen_type::value> type;
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dptrace.c506 int idx, gen_len, gen_type, implied_type, ret = 0; in ptrace_sethbpregs() local
548 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); in ptrace_sethbpregs()
552 if ((gen_type & implied_type) != gen_type) { in ptrace_sethbpregs()
558 attr.bp_type = gen_type; in ptrace_sethbpregs()
H A Dhw_breakpoint.c468 int *gen_len, int *gen_type) in arch_bp_generic_fields() argument
473 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
476 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
479 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
482 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhw_breakpoint.c352 int *gen_len, int *gen_type, int *offset) in arch_bp_generic_fields() argument
357 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
360 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
363 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
366 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhw_breakpoint.h76 int *gen_len, int *gen_type);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dhw_breakpoint.h123 int *gen_len, int *gen_type);
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dhw_breakpoint.h114 int *gen_len, int *gen_type, int *offset);
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.h496 u8 gen_type; member
H A Dopa_vnic_vema.c821 trap_mad->notice.gen_type = OPA_INTEL_EMA_NOTICE_TYPE_INFO << 1; in opa_vnic_vema_send_trap()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509v3.h556 X509V3_CTX *ctx, int gen_type,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509v3.h556 X509V3_CTX *ctx, int gen_type,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509v3.h556 X509V3_CTX *ctx, int gen_type,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509v3.h556 X509V3_CTX *ctx, int gen_type,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509v3.h605 int gen_type, char *value, int is_nc);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509v3.h605 int gen_type, char *value, int is_nc);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509v3.h600 X509V3_CTX *ctx, int gen_type, char *value,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c3061 unsigned int gen_type = intel_gvt_get_device_type(gvt); in init_cmd_table() local
3067 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()