Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/arch/powerpc/include/asm/
DKbuild3 header-y += auxvec.h
4 header-y += ioctls.h
5 header-y += sembuf.h
6 header-y += siginfo.h
7 header-y += stat.h
8 header-y += errno.h
9 header-y += ipcbuf.h
10 header-y += msgbuf.h
11 header-y += shmbuf.h
12 header-y += socket.h
[all …]
/arch/x86/include/asm/
DKbuild3 header-y += boot.h
4 header-y += bootparam.h
5 header-y += debugreg.h
6 header-y += ldt.h
7 header-y += msr-index.h
8 header-y += prctl.h
9 header-y += ptrace-abi.h
10 header-y += sigcontext32.h
11 header-y += ucontext.h
12 header-y += processor-flags.h
[all …]
Dmsr.h217 int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
218 int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
219 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
220 int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
222 static inline int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu() argument
224 rdmsr(msr_no, *l, *h); in rdmsr_on_cpu()
227 static inline int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu() argument
229 wrmsr(msr_no, l, h); in wrmsr_on_cpu()
233 u32 *l, u32 *h) in rdmsr_safe_on_cpu() argument
235 return rdmsr_safe(msr_no, l, h); in rdmsr_safe_on_cpu()
[all …]
/arch/cris/include/arch-v32/arch/hwregs/
DMakefile9 INCL_FILES = ata_defs.h
10 INCL_FILES += bif_core_defs.h
11 INCL_ASMFILES += bif_core_defs_asm.h
12 INCL_FILES += bif_slave_defs.h
14 INCL_FILES += config_defs.h
15 INCL_ASMFILES += config_defs_asm.h
16 INCL_FILES += cpu_vect.h
19 INCL_FILES += dma.h
20 INCL_FILES += dma_defs.h
21 INCL_FILES += eth_defs.h
[all …]
/arch/sparc/include/asm/
DKbuild4 header-y += apc.h
5 header-y += asi.h
6 header-y += display7seg.h
7 header-y += envctrl.h
8 header-y += fbio.h
9 header-y += jsflash.h
10 header-y += openprom.h
11 header-y += openpromio.h
12 header-y += perfctr.h
13 header-y += psrcompat.h
[all …]
/arch/cris/include/arch-v32/arch/hwregs/iop/
DMakefile12 IOPROCINCL_FILES += iop_crc_par_defs.h
13 IOPROCINCL_FILES += iop_dmc_in_defs.h
14 IOPROCINCL_FILES += iop_dmc_out_defs.h
15 IOPROCINCL_FILES += iop_fifo_in_defs.h
16 IOPROCINCL_FILES += iop_fifo_in_xtra_defs.h
17 IOPROCINCL_FILES += iop_fifo_out_defs.h
18 IOPROCINCL_FILES += iop_fifo_out_xtra_defs.h
19 IOPROCINCL_FILES += iop_mpu_defs.h
20 IOPROCINCL_FILES2+= iop_mpu_macros.h
21 IOPROCINCL_FILES2+= iop_reg_space.h
[all …]
/arch/m68k/sun3x/
Dtime.c42 volatile struct mostek_dt *h = in sun3x_hwclk() local
49 h->csr |= C_WRITE; in sun3x_hwclk()
50 h->sec = bin2bcd(t->tm_sec); in sun3x_hwclk()
51 h->min = bin2bcd(t->tm_min); in sun3x_hwclk()
52 h->hour = bin2bcd(t->tm_hour); in sun3x_hwclk()
53 h->wday = bin2bcd(t->tm_wday); in sun3x_hwclk()
54 h->mday = bin2bcd(t->tm_mday); in sun3x_hwclk()
55 h->month = bin2bcd(t->tm_mon); in sun3x_hwclk()
56 h->year = bin2bcd(t->tm_year); in sun3x_hwclk()
57 h->csr &= ~C_WRITE; in sun3x_hwclk()
[all …]
/arch/ia64/include/asm/
DKbuild3 header-y += break.h
4 header-y += fpu.h
5 header-y += fpswa.h
6 header-y += ia64regs.h
7 header-y += intel_intrin.h
8 header-y += perfmon_default_smpl.h
9 header-y += ptrace_offsets.h
10 header-y += rse.h
11 header-y += ucontext.h
13 unifdef-y += gcc_intrin.h
[all …]
/arch/s390/include/asm/
DKbuild3 header-y += dasd.h
4 header-y += monwriter.h
5 header-y += qeth.h
6 header-y += tape390.h
7 header-y += ucontext.h
8 header-y += vtoc.h
9 header-y += zcrypt.h
10 header-y += chsc.h
12 unifdef-y += cmb.h
13 unifdef-y += debug.h
[all …]
/arch/x86/kernel/cpu/mcheck/
Dmce_intel_64.c35 u32 l, h; in intel_init_thermal() local
49 rdmsr(MSR_IA32_MISC_ENABLE, l, h); in intel_init_thermal()
50 h = apic_read(APIC_LVTTHMR); in intel_init_thermal()
51 if ((l & (1 << 3)) && (h & APIC_DM_SMI)) { in intel_init_thermal()
60 if (h & APIC_VECTOR_MASK) { in intel_init_thermal()
63 "installed\n", cpu, (h & APIC_VECTOR_MASK)); in intel_init_thermal()
67 h = THERMAL_APIC_VECTOR; in intel_init_thermal()
68 h |= (APIC_DM_FIXED | APIC_LVT_MASKED); in intel_init_thermal()
69 apic_write(APIC_LVTTHMR, h); in intel_init_thermal()
71 rdmsr(MSR_IA32_THERM_INTERRUPT, l, h); in intel_init_thermal()
[all …]
Dp4.c71 u32 l, h; in intel_init_thermal() local
86 rdmsr(MSR_IA32_MISC_ENABLE, l, h); in intel_init_thermal()
87 h = apic_read(APIC_LVTTHMR); in intel_init_thermal()
88 if ((l & (1<<3)) && (h & APIC_DM_SMI)) { in intel_init_thermal()
95 if (h & APIC_VECTOR_MASK) { in intel_init_thermal()
98 cpu, (h & APIC_VECTOR_MASK)); in intel_init_thermal()
103 h = THERMAL_APIC_VECTOR; /* our delivery vector */ in intel_init_thermal()
104 h |= (APIC_DM_FIXED | APIC_LVT_MASKED); /* we'll mask till we're ready */ in intel_init_thermal()
105 apic_write(APIC_LVTTHMR, h); in intel_init_thermal()
107 rdmsr(MSR_IA32_THERM_INTERRUPT, l, h); in intel_init_thermal()
[all …]
/arch/x86/lib/
Dmsr-on-cpu.c8 u32 l, h; member
16 rdmsr(rv->msr_no, rv->l, rv->h); in __rdmsr_on_cpu()
23 wrmsr(rv->msr_no, rv->l, rv->h); in __wrmsr_on_cpu()
26 int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu() argument
34 *h = rv.h; in rdmsr_on_cpu()
39 int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu() argument
46 rv.h = h; in wrmsr_on_cpu()
58 rv->err = rdmsr_safe(rv->msr_no, &rv->l, &rv->h); in __rdmsr_safe_on_cpu()
65 rv->err = wrmsr_safe(rv->msr_no, rv->l, rv->h); in __wrmsr_safe_on_cpu()
68 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_safe_on_cpu() argument
[all …]
/arch/powerpc/boot/
D.gitignore6 infblock.h
8 infcodes.h
10 inffast.h
11 inffixed.h
13 inflate.h
15 inftrees.h
17 infutil.h
36 zconf.h
37 zlib.h
38 zutil.h
/arch/alpha/include/asm/
DKbuild3 header-y += gentrap.h
4 header-y += regdef.h
5 header-y += pal.h
6 header-y += reg.h
8 unifdef-y += console.h
9 unifdef-y += fpu.h
10 unifdef-y += sysinfo.h
11 unifdef-y += compiler.h
Dcore_tsunami.h256 #define TSUNAMI_HOSE(h) (((unsigned long)(h)) << 33) argument
259 #define TSUNAMI_MEM(h) (TSUNAMI_BASE+TSUNAMI_HOSE(h) + 0x000000000UL) argument
260 #define _TSUNAMI_IACK_SC(h) (TSUNAMI_BASE+TSUNAMI_HOSE(h) + 0x1F8000000UL) argument
261 #define TSUNAMI_IO(h) (TSUNAMI_BASE+TSUNAMI_HOSE(h) + 0x1FC000000UL) argument
262 #define TSUNAMI_CONF(h) (TSUNAMI_BASE+TSUNAMI_HOSE(h) + 0x1FE000000UL) argument
/arch/blackfin/mach-common/
Dhead.S101 p0.h = HI(IMEM_CONTROL);
110 p0.h = HI(DMEM_CONTROL);
119 p0.h = _init_retx;
131 p1.h = _init_saved_retx;
136 p1.h = _init_saved_dcplb_fault_addr;
141 p1.h = _init_saved_icplb_fault_addr;
146 p1.h = _init_saved_seqstat;
152 sp.h = hi(INITIAL_STACK);
164 r1.h = __sbss_l1;
166 r2.h = __ebss_l1;
[all …]
Dentry.S135 r6.h = hi(SEQSTAT_EXCAUSE);
165 p5.h = hi(IPEND);
186 p4.h = _kgdb_single_step;
197 p5.h = hi(IPEND);
222 p5.h = hi(EVT0);
261 r6.h = hi(SEQSTAT_EXCAUSE);
269 p5.h = hi(ILAT);
302 p4.h = hi(IPEND);
311 P5.h = _exception_to_level5;
314 p4.h = hi(EVT5);
[all …]
/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h137 static inline int hvlpevent_is_valid(struct HvLpEvent *h) in hvlpevent_is_valid() argument
139 return h->flags & HV_LP_EVENT_VALID; in hvlpevent_is_valid()
142 static inline void hvlpevent_invalidate(struct HvLpEvent *h) in hvlpevent_invalidate() argument
144 h->flags &= ~ HV_LP_EVENT_VALID; in hvlpevent_invalidate()
147 static inline int hvlpevent_is_int(struct HvLpEvent *h) in hvlpevent_is_int() argument
149 return h->flags & HV_LP_EVENT_INT; in hvlpevent_is_int()
152 static inline int hvlpevent_is_ack(struct HvLpEvent *h) in hvlpevent_is_ack() argument
154 return !hvlpevent_is_int(h); in hvlpevent_is_ack()
157 static inline int hvlpevent_need_ack(struct HvLpEvent *h) in hvlpevent_need_ack() argument
159 return h->flags & HV_LP_EVENT_DO_ACK; in hvlpevent_need_ack()
/arch/um/sys-ppc/
DMakefile35 ppc_defs.h: mk_defs.c ppc_defs.head \
36 $(srctree)/include/asm-ppc/mmu.h \
37 $(srctree)/include/asm-ppc/processor.h \
38 $(srctree)/include/asm-ppc/pgtable.h \
39 $(srctree)/include/asm-ppc/ptrace.h
41 cp ppc_defs.head ppc_defs.h
43 echo '#define THREAD 608' >> ppc_defs.h
44 echo '#define PT_REGS 8' >> ppc_defs.h
45 echo '#define CLONE_VM 256' >> ppc_defs.h
59 misc.o: misc.S ppc_defs.h
[all …]
/arch/blackfin/mach-bf561/
Dsecondary.S83 p0.h = HI(IMEM_CONTROL);
101 p0.h = HI(DMEM_CONTROL);
119 p0.h = _init_retx_coreb;
131 p1.h = _init_saved_retx_coreb;
136 p1.h = _init_saved_dcplb_fault_addr_coreb;
141 p1.h = _init_saved_icplb_fault_addr_coreb;
146 p1.h = _init_saved_seqstat_coreb;
152 sp.h = hi(INITIAL_STACK);
163 p0.h = hi(EVT15);
165 p1.h = _coreb_start;
[all …]
/arch/m68knommu/platform/68VZ328/
DMakefile7 logo-$(DRAGEN2) := screen.h
10 $(obj)/bootlogo.rh: $(src)/../68EZ328/bootlogo.h
11 perl $(src)/bootlogo.pl < $(src)/../68328/bootlogo.h > $(obj)/bootlogo.rh
13 $(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl
14 perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h
16 clean-files := $(obj)/screen.h $(obj)/bootlogo.rh
/arch/sh/include/asm/
DKbuild3 header-y += cpu-features.h
5 unifdef-y += unistd_32.h
6 unifdef-y += unistd_64.h
7 unifdef-y += posix_types_32.h
8 unifdef-y += posix_types_64.h
/arch/cris/include/asm/
DKbuild6 header-y += ethernet.h
7 header-y += rtc.h
8 header-y += sync_serial.h
10 unifdef-y += etraxgpio.h
11 unifdef-y += rs485.h
/arch/powerpc/platforms/powermac/
Dpfunc_core.c136 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio() argument
143 PMF_PARSE_CALL(write_gpio, cmd, h, value, mask); in pmf_parser_write_gpio()
146 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio() argument
155 PMF_PARSE_CALL(read_gpio, cmd, h, mask, rshift, xor); in pmf_parser_read_gpio()
158 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32() argument
167 PMF_PARSE_CALL(write_reg32, cmd, h, offset, value, mask); in pmf_parser_write_reg32()
170 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32() argument
176 PMF_PARSE_CALL(read_reg32, cmd, h, offset); in pmf_parser_read_reg32()
180 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16() argument
189 PMF_PARSE_CALL(write_reg16, cmd, h, offset, value, mask); in pmf_parser_write_reg16()
[all …]
/arch/alpha/kernel/
Derr_common.c159 struct el_subpacket_handler *h = subpacket_handler_list; in el_process_subpacket_reg() local
161 for (; h && h->class != header->class; h = h->next); in el_process_subpacket_reg()
162 if (h) next = h->handler(header); in el_process_subpacket_reg()
303 struct el_subpacket_handler *h = subpacket_handler_list; in cdl_register_subpacket_handler() local
305 if (h == NULL) subpacket_handler_list = new; in cdl_register_subpacket_handler()
307 for (; h->next != NULL; h = h->next) { in cdl_register_subpacket_handler()
308 if (h->class == new->class || h == new) { in cdl_register_subpacket_handler()
314 h->next = new; in cdl_register_subpacket_handler()

12345678910>>...12