Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_uc.c25 static int __intel_uc_reset_hw(struct intel_uc *uc) in __intel_uc_reset_hw()
49 static void __confirm_options(struct intel_uc *uc) in __confirm_options()
94 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early()
118 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio()
281 static void __uc_init(struct intel_uc *uc) in __uc_init()
302 static void __uc_fini(struct intel_uc *uc) in __uc_fini()
310 static int __uc_sanitize(struct intel_uc *uc) in __uc_sanitize()
324 static int uc_init_wopcm(struct intel_uc *uc) in uc_init_wopcm()
402 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw()
557 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend()
[all …]
H A Dintel_uc.h45 static inline bool intel_uc_supports_guc(struct intel_uc *uc) in intel_uc_supports_guc()
50 static inline bool intel_uc_uses_guc(struct intel_uc *uc) in intel_uc_uses_guc()
55 static inline bool intel_uc_supports_guc_submission(struct intel_uc *uc) in intel_uc_supports_guc_submission()
60 static inline bool intel_uc_uses_guc_submission(struct intel_uc *uc) in intel_uc_uses_guc_submission()
65 static inline bool intel_uc_supports_huc(struct intel_uc *uc) in intel_uc_supports_huc()
70 static inline bool intel_uc_uses_huc(struct intel_uc *uc) in intel_uc_uses_huc()
/netbsd/external/bsd/file/dist/src/
H A Dis_json.c84 json_isspace(const unsigned char uc) in json_isspace()
98 json_isdigit(unsigned char uc) in json_isdigit()
110 json_isxdigit(unsigned char uc) in json_isxdigit()
124 json_skip_space(const unsigned char *uc, const unsigned char *ue) in json_skip_space()
136 const unsigned char *uc = *ucp; in json_parse_string() local
189 const unsigned char *uc = *ucp; in json_parse_array() local
226 const unsigned char *uc = *ucp; in json_parse_object() local
283 const unsigned char *uc = *ucp; in json_parse_number() local
335 const unsigned char *uc = *ucp; in json_parse_const() local
355 const unsigned char *uc, *ouc; in json_parse() local
[all …]
H A Dis_csv.c73 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote()
98 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse()
141 const unsigned char *uc = CAST(const unsigned char *, b->fbuf); in file_is_csv() local
/netbsd/sys/arch/vax/include/
H A Dmcontext.h70 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
71 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_FP]) argument
72 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
73 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_R0]) argument
75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/sys/arch/ia64/include/
H A Dmcontext.h114 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.mc_special.sp) /* gregs[12] */ argument
115 #define _UC_MACHINE_FP(uc) 0 /* Not supported in target */ argument
116 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.mc_special.iip) argument
117 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.mc_scratch.gr8) /* gregs[8] */ argument
118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc) argument
/netbsd/sys/arch/sh3/include/
H A Dmcontext.h84 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
85 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_R14]) argument
86 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
87 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_R0]) argument
89 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/sys/arch/mips/include/
H A Dmcontext.h161 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
162 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_S8]) argument
163 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EPC]) argument
164 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_V0]) argument
166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
168 #define _UC_MACHINE32_SP(uc) _UC_MACHINE_SP(uc) argument
169 #define _UC_MACHINE32_PC(uc) _UC_MACHINE_PC(uc) argument
170 #define _UC_MACHINE32_INTRV(uc) _UC_MACHINE_INTRV(uc) argument
173 #define _UC_MACHINE32_SET_PC(uc, pc) _UC_MACHINE_PC((uc), (pc)) argument
/netbsd/sys/arch/usermode/include/
H A Ducontext.h12 #define _UC_MACHINE_EFLAGS(uc) ((uc)->uc_mcontext.__gregs[_REG_EFL]) argument
16 #define _UC_MACHINE_RFLAGS(uc) ((uc)->uc_mcontext.__gregs[26]) argument
/netbsd/sys/arch/or1k/include/
H A Dmcontext.h90 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
91 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_R2]) argument
92 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
93 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RV]) argument
95 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/sys/arch/i386/include/
H A Dmcontext.h106 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_UESP]) argument
108 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_EBP]) argument
109 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EIP]) argument
110 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_EAX]) argument
112 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/sys/arch/alpha/include/
H A Dmcontext.h100 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
101 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_S6]) argument
102 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
103 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_V0]) argument
105 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/crypto/external/bsd/heimdal/dist/kdc/
H A Dwindc.c68 struct generate_uc *uc = (struct generate_uc *)userctx; in generate() local
81 struct generate_uc uc; in _kdc_pac_generate() local
108 struct verify_uc *uc = (struct verify_uc *)userctx; in verify() local
133 struct verify_uc uc; in _kdc_pac_verify() local
165 struct check_uc *uc = (struct check_uc *)userctx; in check() local
185 struct check_uc uc; in _kdc_check_access() local
/netbsd/sys/arch/amd64/include/
H A Dmcontext.h70 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_RSP] - 128) argument
71 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_RBP]) argument
72 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_RIP]) argument
73 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RAX]) argument
75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
135 #define _UC_MACHINE32_SP(uc) ((uc)->uc_mcontext.__gregs[_REG32_UESP]) argument
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Ducs4-utf8.h26 u8_uctomb_aux (unsigned char *s, unsigned int uc, int n) in u8_uctomb_aux()
68 u8_uctomb (unsigned char *s, unsigned int uc, int n) in u8_uctomb()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Ducs4-utf8.h26 u8_uctomb_aux (unsigned char *s, unsigned int uc, int n) in u8_uctomb_aux()
68 u8_uctomb (unsigned char *s, unsigned int uc, int n) in u8_uctomb()
/netbsd/sys/arch/evbarm/mini2440/
H A Daudio_mini2440.c250 struct uda1341_softc *uc = handle; in uda_ssio_set_format() local
305 struct uda1341_softc *uc = handle; in uda_ssio_start_output() local
315 struct uda1341_softc *uc = handle; in uda_ssio_start_input() local
324 struct uda1341_softc *uc = handle; in uda_ssio_halt_output() local
347 struct uda1341_softc *uc = handle; in uda_ssio_allocm() local
377 struct uda1341_softc *uc = handle; in uda_ssio_freem() local
403 struct uda1341_softc *uc = handle; in uda_ssio_get_locks() local
/netbsd/sys/arch/sparc/include/
H A Dmcontext.h148 #define _UC_MACHINE_SP(uc) (((uc)->uc_mcontext.__gregs[_REG_O6]) + 0x7ff) argument
149 #define _UC_MACHINE_FP(uc) (((__greg_t *)_UC_MACHINE_SP(uc))[15]) argument
152 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_O6]) argument
153 #define _UC_MACHINE_FP(uc) (((__greg_t *)_UC_MACHINE_SP(uc))[15]) argument
155 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
156 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_O0]) argument
158 #define _UC_MACHINE_SET_PC(uc, pc) \ argument
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c29 unsigned char uc = 'b'; variable
112 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call1a()
117 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) in call1b()
122 void call1c (unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) in call1c()
127 void call1d (unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) in call1d()
311 void call6g (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call6g()
317 void call6f (double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call6f()
323 void call6e (float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long… in call6e()
329 void call6d (long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsig… in call6d()
335 void call6c (int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui… in call6c()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c29 unsigned char uc = 'b'; variable
112 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call1a()
117 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) in call1b()
122 void call1c (unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) in call1c()
127 void call1d (unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) in call1d()
311 void call6g (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call6g()
317 void call6f (double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call6f()
323 void call6e (float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long… in call6e()
329 void call6d (long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsig… in call6d()
335 void call6c (int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui… in call6c()
[all …]
/netbsd/sys/stand/efiboot/
H A Duserconf.c46 struct userconf_command *uc; in userconf_foreach() local
56 struct userconf_command *uc; in userconf_add() local
/netbsd/sys/arch/m68k/include/
H A Dmcontext.h104 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_A7]) argument
105 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_A6]) argument
106 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
107 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_D0]) argument
109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/sys/arch/hppa/include/
H A Dmcontext.h84 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
85 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[3]) argument
86 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PCOQH]) argument
87 #define _UC_MACHINE_SET_PC(uc, pc) \ argument
92 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RET0]) argument
/netbsd/sys/arch/riscv/include/
H A Dmcontext.h118 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP]) argument
119 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_S0]) argument
120 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) argument
121 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_RV]) argument
123 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) argument
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-properties.c73 unsigned int uc; in conv_to_java() local
88 unsigned int uc; in conv_to_java() local
135 unsigned int uc; in write_escaped_string() local

12345678910>>...14