| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | hw_breakpoint.c | 136 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 D | hw_breakpoint.c | 199 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 D | explicit_conversion.hpp | 69 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 D | ptrace.c | 506 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 D | hw_breakpoint.c | 468 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 D | hw_breakpoint.c | 352 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 D | hw_breakpoint.h | 76 int *gen_len, int *gen_type);
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | hw_breakpoint.h | 123 int *gen_len, int *gen_type);
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | hw_breakpoint.h | 114 int *gen_len, int *gen_type, int *offset);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_encap.h | 496 u8 gen_type; member
|
| H A D | opa_vnic_vema.c | 821 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 D | x509v3.h | 556 X509V3_CTX *ctx, int gen_type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | x509v3.h | 556 X509V3_CTX *ctx, int gen_type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | x509v3.h | 556 X509V3_CTX *ctx, int gen_type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | x509v3.h | 556 X509V3_CTX *ctx, int gen_type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | x509v3.h | 605 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 D | x509v3.h | 605 int gen_type, char *value, int is_nc);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | x509v3.h | 600 X509V3_CTX *ctx, int gen_type, char *value,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | cmd_parser.c | 3061 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()
|