/openbmc/linux/arch/sparc/include/asm/ |
H A D | head_32.h | 13 rd %psr, %l0; b label; rd %wim, %l3; nop; 16 #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 1, %l7; 17 #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 0, %l7; 21 rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3; 73 mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3; 79 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0; 82 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-watchdog | 3 Contact: Wim Van Sebroeck <wim@iguana.be> 24 Contact: Wim Van Sebroeck <wim@iguana.be> 31 Contact: Wim Van Sebroeck <wim@iguana.be> 43 Contact: Wim Van Sebroeck <wim@iguana.be> 50 Contact: Wim Van Sebroeck <wim@iguana.be> 58 Contact: Wim Van Sebroeck <wim@iguana.be> 66 Contact: Wim Van Sebroeck <wim@iguana.be> 73 Contact: Wim Van Sebroeck <wim@iguana.be> 81 Contact: Wim Van Sebroeck <wim@iguana.be> 88 Contact: Wim Van Sebroeck <wim@iguana.be>
|
/openbmc/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 68 new_wim = ((env->wim >> 1) | (env->wim << (env->nwindows - 1))) & in save_window() 71 env->wim = new_wim; in save_window() 92 new_wim = ((env->wim << 1) | (env->wim >> (env->nwindows - 1))) & in restore_window() 118 env->wim = new_wim; in restore_window() 131 if (env->wim & (1 << cwp1)) in flush_windows() 145 env->wim = 1 << cwp1; in flush_windows()
|
H A D | target_cpu.h | 56 env->wim = 1 << env->cwp; in cpu_clone_regs_child()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | rtrap_32.S | 124 rd %wim, %t_wim 130 wr %glob_tmp, 0x0, %wim 165 wr %t_wim, 0x0, %wim ! or else... 182 rd %wim, %g2 192 wr %g1, 0x0, %wim 217 wr %t_wim, 0x0, %wim
|
H A D | wof.S | 111 wr %glob_tmp, 0x0, %wim ! set new %wim, this is safe now 148 wr %glob_tmp, 0x0, %wim ! Now it is safe to set new %wim 231 rd %wim, %twin_tmp
|
H A D | etrap_32.S | 111 srl %t_wim, 0x1, %g2 ! begin computation of new %wim 121 wr %g2, 0x0, %wim 204 srl %t_wim, 0x1, %g2 ! compute new %wim 207 or %t_wim, %g2, %g2 ! %g2 is new %wim 215 wr %g2, 0x0, %wim
|
H A D | trampoline_32.S | 52 wr %g1, 0x0, %wim 106 wr %g1, 0x0, %wim 165 wr %g1, 0x0, %wim
|
H A D | entry.S | 176 rd %wim, %l3 872 rd %wim, %g5 888 rd %wim, %g5 903 rd %wim, %g5 985 rd %wim, %l3 1188 rd %wim,%l3 1201 rd %wim,%l3 1243 rd %wim, %o3 ! get current wim 1246 sll %o3, 7, %o3 ! compute next wim 1251 wr %o3, 0x0, %wim ! set the new wim [all …]
|
H A D | wuf.S | 93 wr %twin_tmp1, 0x0, %wim /* Make window 'I' invalid */ 180 wr %t_wim, 0x0, %wim
|
H A D | head_32.S | 563 wr %g0, 0x0, %wim ! so we do not get a trap 576 wr %g1, 0x0, %wim ! make window 1 invalid
|
/openbmc/qemu/target/sparc/ |
H A D | gdbstub.c | 58 return gdb_get_rega(mem_buf, env->wim); in sparc_cpu_gdb_read_register() 151 env->wim = tmp; in sparc_cpu_gdb_write_register()
|
H A D | win_helper.c | 145 if (env->wim & (1 << cwp)) { in helper_rett() 159 if (env->wim & (1 << cwp)) { in helper_save() 170 if (env->wim & (1 << cwp)) { in helper_restore()
|
H A D | monitor.c | 97 { "wim", offsetof(CPUSPARCState, wim) },
|
H A D | machine.c | 224 VMSTATE_UINT32(env.wim, SPARCCPU),
|
H A D | cpu.c | 46 env->wim = 1; in sparc_cpu_reset_hold() 684 env->wim); in sparc_cpu_dump_state()
|
H A D | cpu.h | 467 uint32_t wim; /* window invalid mask */ member
|
H A D | mmu_helper.c | 413 if (env->wim & (1 << cwp)) { in sparc_cpu_memory_rw_debug()
|
H A D | translate.c | 3054 tcg_gen_ld_tl(dst, tcg_env, env32_field_offsetof(wim)); in do_rdwim() 3415 tcg_gen_st_tl(tmp, tcg_env, env32_field_offsetof(wim)); in do_wrwim()
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-kernel-api.rst | 7 Wim Van Sebroeck <wim@iguana.be>
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 1039 0: /usr/share/mime/application/x-ms-wim.xml
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 8634 -rw-r--r-- root root 1046 ./usr/share/mime/application/x-ms-wim.xml
|
H A D | buildhistory_filelist1.txt | 8631 -rw-r--r-- root root 1046 ./usr/share/mime/application/x-ms-wim.xml
|
/openbmc/linux/ |
H A D | MAINTAINERS | 23245 M: Wim Van Sebroeck <wim@linux-watchdog.org>
|