| /arch/arm64/include/asm/ |
| A D | stacktrace.h | 28 unsigned long high = low + IRQ_STACK_SIZE; in stackinfo_get_irq() 31 .low = low, in stackinfo_get_irq() 45 unsigned long high = low + THREAD_SIZE; in stackinfo_get_task() 48 .low = low, in stackinfo_get_task() 70 .low = low, in stackinfo_get_overflow() 82 unsigned long high = low + SDEI_STACK_SIZE; in stackinfo_get_sdei_normal() 85 .low = low, in stackinfo_get_sdei_normal() 93 unsigned long high = low + SDEI_STACK_SIZE; in stackinfo_get_sdei_critical() 96 .low = low, in stackinfo_get_sdei_critical() 111 unsigned long low = high - THREAD_SIZE; in stackinfo_get_efi() local [all …]
|
| /arch/alpha/kernel/ |
| A D | machvec_impl.h | 56 #define IO_LITE(UP,low) \ argument 67 .mv_readb = CAT(low,_readb), \ 68 .mv_readw = CAT(low,_readw), \ 69 .mv_readl = CAT(low,_readl), \ 70 .mv_readq = CAT(low,_readq), \ 71 .mv_writeb = CAT(low,_writeb), \ 72 .mv_writew = CAT(low,_writew), \ 73 .mv_writel = CAT(low,_writel), \ 81 #define IO(UP,low) \ argument 82 IO_LITE(UP,low), \ [all …]
|
| /arch/arm64/kvm/ |
| A D | stacktrace.c | 29 unsigned long low = (unsigned long)stacktrace_info->overflow_stack_base; in stackinfo_get_overflow() local 30 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow() 33 .low = low, in stackinfo_get_overflow() 41 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow_kern_va() 44 .low = low, in stackinfo_get_overflow_kern_va() 53 unsigned long low = (unsigned long)stacktrace_info->stack_base; in stackinfo_get_hyp() local 54 unsigned long high = low + NVHE_STACK_SIZE; in stackinfo_get_hyp() 57 .low = low, in stackinfo_get_hyp() 65 unsigned long high = low + NVHE_STACK_SIZE; in stackinfo_get_hyp_kern_va() 68 .low = low, in stackinfo_get_hyp_kern_va() [all …]
|
| /arch/arm/nwfpe/ |
| A D | fpopcode.c | 19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */ 20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */ 21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */ 22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */ 23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */ 24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */ 25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */ 26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
|
| /arch/x86/kernel/cpu/mtrr/ |
| A D | centaur.c | 12 unsigned long low; member 53 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT; in centaur_get_mcr() 56 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2)) in centaur_get_mcr() 58 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25) in centaur_get_mcr() 68 unsigned long low, high; in centaur_set_mcr() local 72 high = low = 0; in centaur_set_mcr() 77 low = -size << PAGE_SHIFT | 0x1f; in centaur_set_mcr() 80 low = -size << PAGE_SHIFT | 0x02; /* NC */ in centaur_set_mcr() 82 low = -size << PAGE_SHIFT | 0x09; /* WWO, WC */ in centaur_set_mcr() 86 centaur_mcr[reg].low = low; in centaur_set_mcr() [all …]
|
| A D | amd.c | 13 unsigned long low, high; in amd_get_mtrr() local 15 rdmsr(MSR_K6_UWCCR, low, high); in amd_get_mtrr() 18 low = high; in amd_get_mtrr() 20 *base = (low & 0xFFFE0000) >> PAGE_SHIFT; in amd_get_mtrr() 22 if (low & 1) in amd_get_mtrr() 24 if (low & 2) in amd_get_mtrr() 26 if (!(low & 3)) { in amd_get_mtrr() 45 low = (~low) & 0x1FFFC; in amd_get_mtrr() 46 *size = (low + 4) << (15 - PAGE_SHIFT); in amd_get_mtrr()
|
| /arch/arm/boot/dts/broadcom/ |
| A D | bcm6846-genexis-xg6846b.dts | 83 active-low; 90 active-low; 97 active-low; 104 active-low; 111 active-low; 118 active-low; 125 active-low; 133 active-low; 141 active-low; 149 active-low; [all …]
|
| /arch/powerpc/kernel/ |
| A D | tau_6xx.c | 38 unsigned char low; member 77 if (tau[cpu].low >= step_size) { in TAUupdate() 78 tau[cpu].low -= step_size; in TAUupdate() 89 tau[cpu].low += (step_size - window_expand); in TAUupdate() 127 size = tau[cpu].high - tau[cpu].low; in tau_timeout() 132 tau[cpu].low += shrink; in tau_timeout() 135 tau[cpu].low += 1; in tau_timeout() 137 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout() 183 tau[cpu].low = 5; in TAU_init_smp() 226 return ((tau[cpu].high << 16) | tau[cpu].low); in cpu_temp_both() [all …]
|
| /arch/mips/lib/ |
| A D | multi3.c | 45 res.s.low = dmulu(aa.s.low, bb.s.low); in __multi3() 46 res.s.high = dmuhu(aa.s.low, bb.s.low); in __multi3() 47 res.s.high += dmulu(aa.s.high, bb.s.low); in __multi3() 48 res.s.high += dmulu(aa.s.low, bb.s.high); in __multi3()
|
| A D | libgcc.h | 11 int high, low; member 15 long long high, low; member 19 int low, high; member 23 long long low, high; member
|
| /arch/arm/ |
| A D | Kconfig.debug | 125 prompt "Kernel low-level debugging port" 269 This low level debug works for Broadcom 286 bool "Use BRCMSTB UART for low-level debug" 783 bool "Use PXA UART1 for low-level debug" 1053 bool "Use SA1100 UARTs for low-level debug" 1069 bool "Use SOCFPGA UART0 for low-level debug" 1170 bool "Use STM32F4 UART for low-level debug" 1182 bool "Use STM32F7 UART for low-level debug" 1194 bool "Use STM32H7 UART for low-level debug" 1206 bool "Use STM32MP1 UART for low-level debug" [all …]
|
| /arch/x86/include/asm/ |
| A D | msr.h | 68 EAX_EDX_DECLARE_ARGS(val, low, high); in __rdmsr() 75 return EAX_EDX_VAL(val, low, high); in __rdmsr() 98 #define native_wrmsr(msr, low, high) \ argument 119 EAX_EDX_DECLARE_ARGS(val, low, high); in native_read_msr_safe() 129 *p = EAX_EDX_VAL(val, low, high); in native_read_msr_safe() 164 EAX_EDX_DECLARE_ARGS(val, low, high); in native_read_pmc() 169 return EAX_EDX_VAL(val, low, high); in native_read_pmc() 182 #define rdmsr(msr, low, high) \ argument 185 (void)((low) = (u32)__val); \ 209 #define rdmsr_safe(msr, low, high) \ argument [all …]
|
| A D | tsc.h | 24 EAX_EDX_DECLARE_ARGS(val, low, high); in rdtsc() 26 asm volatile("rdtsc" : EAX_EDX_RET(val, low, high)); in rdtsc() 28 return EAX_EDX_VAL(val, low, high); in rdtsc() 41 EAX_EDX_DECLARE_ARGS(val, low, high); in rdtsc_ordered() 60 : EAX_EDX_RET(val, low, high) in rdtsc_ordered() 64 return EAX_EDX_VAL(val, low, high); in rdtsc_ordered()
|
| A D | cmpxchg_32.h | 13 u32 low, high; member 24 "+a" (o.low), "+d" (o.high) \ 25 : "b" (n.low), "c" (n.high) \ 52 "+a" (o.low), "+d" (o.high) \ 53 : "b" (n.low), "c" (n.high) \ 98 : ALT_OUTPUT_SP("+a" (o.low), "+d" (o.high)) \ 99 : "b" (n.low), "c" (n.high), \ 130 "+a" (o.low), "+d" (o.high)) \ 131 : "b" (n.low), "c" (n.high), \
|
| /arch/arm/mach-omap2/ |
| A D | clkt2xxx_dpllcore.c | 77 u32 high, low, core_clk_src; in omap2_dpllcore_round_rate() local 83 low = curr_prcm_set->dpll_speed; in omap2_dpllcore_round_rate() 86 low = curr_prcm_set->dpll_speed / 2; in omap2_dpllcore_round_rate() 95 if (target_rate > low) in omap2_dpllcore_round_rate() 98 return low; in omap2_dpllcore_round_rate() 113 u32 cur_rate, low, mult, div, valid_rate, done_rate; in omap2_reprogram_dpllcore() local 131 low = curr_prcm_set->dpll_speed; in omap2_reprogram_dpllcore() 133 low = curr_prcm_set->dpll_speed / 2; in omap2_reprogram_dpllcore() 146 if (rate > low) { in omap2_reprogram_dpllcore()
|
| /arch/parisc/lib/ |
| A D | ucmpdi2.c | 9 unsigned int low; member 22 if (au.ui.low < bu.ui.low) in __ucmpdi2() 24 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
|
| /arch/arm/boot/dts/nuvoton/ |
| A D | nuvoton-npcm750-pincfg-evb.dtsi | 36 pin25_output_low: pin25-output-low { 39 output-low; 106 pin197_output_low: pin197-output-low { 109 output-low; 116 pin219_output_low: pin219-output-low { 119 output-low; 121 pin220_output_low: pin220-output-low { 124 output-low; 136 pin223_output_low: pin223-output-low { 139 output-low; [all …]
|
| A D | nuvoton-npcm750-runbmc-olympus-pincfg.dtsi | 9 output-low; 14 output-low; 19 output-low; 24 output-low; 49 output-low; 64 output-low; 69 output-low; 74 output-low; 79 output-low; 189 output-low; [all …]
|
| /arch/hexagon/kernel/ |
| A D | stacktrace.c | 24 unsigned long low, high; in save_stack_trace() local 29 low = (unsigned long)task_stack_page(current); in save_stack_trace() 30 high = low + THREAD_SIZE; in save_stack_trace() 33 while (fp >= low && fp <= (high - sizeof(*frame))) { in save_stack_trace() 48 low = fp + sizeof(*frame); in save_stack_trace()
|
| /arch/microblaze/lib/ |
| A D | ashldi3.c | 18 w.s.low = 0; in __ashldi3() 19 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 23 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3()
|
| A D | cmpdi2.c | 20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
| A D | ucmpdi2.c | 15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | stacktrace.c | 44 unsigned long low = (unsigned long)this_cpu_ptr(overflow_stack); in stackinfo_get_overflow() local 45 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow() 48 .low = low, in stackinfo_get_overflow() 57 unsigned long low = high - NVHE_STACK_SIZE; in stackinfo_get_hyp() local 60 .low = low, in stackinfo_get_hyp()
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx8mn-tqma8mqnl-mba8mx-usbotg.dtso | 34 * dt overlay don't support /delete-property/. Both 'output-low' and 36 * 'output-low'. Workaround is disable these hog and create new hog with 37 * 'output-low'. 45 rst-usb-low-hub-hog { 48 output-low; 58 sel-usb-low-hub-hog { 61 output-low; 74 over-current-active-low;
|
| /arch/mips/boot/dts/brcm/ |
| A D | bcm63268-comtrend-vr-3032u.dts | 24 brcm,serial-dat-low; 41 active-low; 46 active-low; 51 active-low; 56 active-low; 61 active-low; 101 active-low;
|