Lines Matching refs:u_int

63 	u_int	(*cf_id)		(void);
68 u_int (*cf_control) (u_int bic, u_int eor);
69 void (*cf_domains) (u_int domains);
70 void (*cf_setttb) (u_int ttb);
71 u_int (*cf_faultstatus) (void);
72 u_int (*cf_faultaddress) (void);
77 void (*cf_tlb_flushID_SE) (u_int va);
79 void (*cf_tlb_flushI_SE) (u_int va);
81 void (*cf_tlb_flushD_SE) (u_int va);
161 void (*cf_flush_brnchtgt_E) (u_int va);
176 extern u_int cputype;
281 u_int cpufunc_id (void);
282 u_int cpufunc_cpuid (void);
283 u_int cpufunc_control (u_int clear, u_int bic);
284 void cpufunc_domains (u_int domains);
285 u_int cpufunc_faultstatus (void);
286 u_int cpufunc_faultaddress (void);
287 u_int cpu_pfr (int);
291 void fa526_setttb (u_int ttb);
294 void fa526_tlb_flushI_SE (u_int);
295 void fa526_tlb_flushID_SE (u_int);
297 void fa526_flush_brnchtgt_E (u_int);
311 void arm9_setttb (u_int);
313 void arm9_tlb_flushID_SE (u_int va);
337 void arm10_setttb (u_int);
339 void arm10_tlb_flushID_SE (u_int);
340 void arm10_tlb_flushI_SE (u_int);
362 u_int sheeva_control_ext (u_int, u_int);
364 void sheeva_setttb (u_int);
378 void arm11_setttb (u_int);
381 void arm11_tlb_flushID_SE (u_int);
382 void arm11_tlb_flushI_SE (u_int);
390 void arm11_tlb_flushD_SE (u_int va);
394 void pj4b_setttb (u_int);
398 void pj4b_flush_brnchtgt_va (u_int);
413 void armv7_setttb (u_int);
415 void armv7_tlb_flushID_SE (u_int);
431 u_int armv7_auxctrl (u_int, u_int);
443 void arm11x6_setttb (u_int);
458 void armv5_ec_setttb(u_int);
473 void armv5_setttb(u_int);
501 void armv4_tlb_flushD_SE (u_int va);
514 u_int xscale_control (u_int clear, u_int bic);
516 void xscale_setttb (u_int ttb);
518 void xscale_tlb_flushID_SE (u_int va);
523 void xscale_cache_flushD_SE (u_int entry);
527 void xscale_cache_cleanD_E (u_int entry);
532 void xscale_cache_purgeID_E (u_int entry);
534 void xscale_cache_purgeD_E (u_int entry);
570 void xscalec3_setttb (u_int ttb);
581 static __inline u_int32_t __set_cpsr_c(u_int bic, u_int eor) __attribute__((__unused__));
584 __set_cpsr_c(u_int bic, u_int eor)
630 u_int SetCPSR(u_int bic, u_int eor);
631 u_int GetCPSR(void);
638 void set_stackptr (u_int mode, u_int address);
639 u_int get_stackptr (u_int mode);
672 extern u_int arm_cache_level;
673 extern u_int arm_cache_loc;
674 extern u_int arm_cache_type[14];