Searched refs:indicator (Results 1 – 18 of 18) sorted by relevance
/arch/s390/kernel/ |
D | relocate_kernel.S | 75 tml %r5,0x4 # is it the done indicator? 76 je .source_test # NO! Well, then it should be the source indicator... 79 tml %r5,0x8 # it should be a source indicator...
|
/arch/powerpc/include/asm/ |
D | rtas.h | 354 extern int rtas_set_indicator(int indicator, int index, int new_value); 355 extern int rtas_set_indicator_fast(int indicator, int index, int new_value);
|
/arch/arm/boot/dts/ |
D | twl6030.dtsi | 98 /* provides one PWM (id 0 for Charging indicator LED) */
|
D | omap3-n950-n9.dtsi | 281 indicator@1 {
|
D | rk3288-firefly-reload.dts | 90 panic-indicator;
|
D | omap3-n900.dts | 605 indicator {
|
/arch/powerpc/boot/dts/ |
D | xpedite5200.dts | 104 * 3: XMC root complex indicator 105 * 4: Flash boot device indicator 107 * 6: PMC monarch indicator
|
D | xpedite5200_xmon.dts | 108 * 3: XMC root complex indicator 109 * 4: Flash boot device indicator 111 * 6: PMC monarch indicator
|
/arch/arc/lib/ |
D | strcmp.S | 51 or r0,r0,r4 ; or in zero indicator
|
/arch/powerpc/kernel/ |
D | rtas.c | 648 int rtas_set_indicator(int indicator, int index, int new_value) in rtas_set_indicator() argument 657 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator() 669 int rtas_set_indicator_fast(int indicator, int index, int new_value) in rtas_set_indicator_fast() argument 677 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator_fast()
|
/arch/arm64/boot/dts/amlogic/ |
D | meson-gxbb-wetek-hub.dts | 59 panic-indicator;
|
D | meson-gxbb-wetek-play2.dts | 60 panic-indicator;
|
D | meson-gxl-s905x-libretech-cc.dts | 60 panic-indicator;
|
D | meson-gxbb-vega-s95.dtsi | 63 panic-indicator;
|
D | meson-gxm-rbox-pro.dts | 86 panic-indicator;
|
D | meson-gxbb-nanopi-k2.dts | 73 panic-indicator;
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3399-puma.dtsi | 57 panic-indicator;
|
/arch/x86/kvm/ |
D | vmx.c | 7393 static void nested_vmx_abort(struct kvm_vcpu *vcpu, u32 indicator) in nested_vmx_abort() argument 7397 pr_debug_ratelimited("kvm: nested vmx abort, indicator %d\n", indicator); in nested_vmx_abort()
|