Searched refs:sys (Results 1 - 25 of 169) sorted by relevance

1234567

/arch/um/include/shared/skas/
H A Dstub-data.h9 #include <sys/time.h>
/arch/x86/um/os-Linux/
H A Dprctl.c6 #include <sys/ptrace.h>
H A Dregisters.c8 #include <sys/ptrace.h>
10 #include <sys/user.h>
/arch/arm/kernel/
H A Dbios32.c365 struct pci_sys_data *sys = bus->sysdata; local
366 if (sys->add_bus)
367 sys->add_bus(bus);
372 struct pci_sys_data *sys = bus->sysdata; local
373 if (sys->remove_bus)
374 sys->remove_bus(bus);
394 struct pci_sys_data *sys = dev->sysdata; local
397 if (sys->swizzle)
398 slot = sys->swizzle(dev, pin);
414 struct pci_sys_data *sys local
427 pcibios_init_resources(int busnr, struct pci_sys_data *sys) argument
462 struct pci_sys_data *sys = NULL; local
516 struct pci_sys_data *sys; local
600 struct pci_sys_data *sys = dev->sysdata; local
[all...]
/arch/um/drivers/
H A Dubd_user.c14 #include <sys/time.h>
15 #include <sys/socket.h>
16 #include <sys/mman.h>
17 #include <sys/param.h>
/arch/x86/um/shared/sysdep/
H A Dstub.h2 #include <sys/mman.h>
/arch/ia64/scripts/
H A Dunwcheck.py15 import sys namespace
17 if len(sys.argv) != 2:
18 print "Usage: %s FILE" % sys.argv[0]
19 sys.exit(2)
39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
64 sys.exit(1)
/arch/powerpc/oprofile/
H A Dop_model_pa6t.c92 struct op_system_config *sys,
106 sys->mmcr0 &= ~(0x1UL << pmc);
107 sys->mmcr0 &= ~(0x1UL << (pmc+12));
111 if (sys->enable_kernel)
112 sys->mmcr0 |= PA6T_MMCR0_SUPEN | PA6T_MMCR0_HYPEN;
114 sys->mmcr0 &= ~(PA6T_MMCR0_SUPEN | PA6T_MMCR0_HYPEN);
116 if (sys->enable_user)
117 sys->mmcr0 |= PA6T_MMCR0_PREN;
119 sys->mmcr0 &= ~PA6T_MMCR0_PREN;
124 * structure (sys variabl
91 pa6t_reg_setup(struct op_counter_config *ctr, struct op_system_config *sys, int num_ctrs) argument
[all...]
H A Dcommon.c29 static struct op_system_config sys; variable in typeref:struct:op_system_config
60 op_per_cpu_rc = model->reg_setup(ctr, &sys, model->num_counters);
131 oprofilefs_create_ulong(root, "mmcr0", &sys.mmcr0);
132 oprofilefs_create_ulong(root, "mmcr1", &sys.mmcr1);
133 oprofilefs_create_ulong(root, "mmcra", &sys.mmcra);
145 oprofilefs_create_ulong(root, "cell_support", &sys.cell_support);
146 sys.cell_support = 0x1; /* Note, the user OProfile tool must check
182 oprofilefs_create_ulong(root, "enable_kernel", &sys.enable_kernel);
183 oprofilefs_create_ulong(root, "enable_user", &sys.enable_user);
186 sys
[all...]
/arch/arm/mach-dove/
H A Dpcie.c38 static int __init dove_pcie_setup(int nr, struct pci_sys_data *sys) argument
46 sys->private_data = pp;
47 pp->root_bus_nr = sys->busnr;
52 orion_pcie_set_local_bus_nr(pp->base, sys->busnr);
57 pci_ioremap_io(sys->busnr * SZ_64K, DOVE_PCIE0_IO_PHYS_BASE);
59 pci_ioremap_io(sys->busnr * SZ_64K, DOVE_PCIE1_IO_PHYS_BASE);
78 pci_add_resource_offset(&sys->resources, &pp->res, sys->mem_offset);
98 struct pci_sys_data *sys = bus->sysdata; local
99 struct pcie_port *pp = sys
118 struct pci_sys_data *sys = bus->sysdata; local
156 dove_pcie_scan_bus(int nr, struct pci_sys_data *sys) argument
173 struct pci_sys_data *sys = dev->sysdata; local
[all...]
/arch/mips/boot/compressed/
H A Dcalc_vmlinuz_load_addr.c10 #include <sys/types.h>
11 #include <sys/stat.h>
/arch/arm/mach-sa1100/
H A Dpci-nanoengine.c220 static int __init pci_nanoengine_setup_resources(struct pci_sys_data *sys) argument
237 pci_add_resource_offset(&sys->resources, &pci_io_ports, sys->io_offset);
238 pci_add_resource_offset(&sys->resources,
239 &pci_non_prefetchable_memory, sys->mem_offset);
240 pci_add_resource_offset(&sys->resources,
241 &pci_prefetchable_memory, sys->mem_offset);
246 int __init pci_nanoengine_setup(int nr, struct pci_sys_data *sys) argument
254 sys->mem_offset = NANO_PCI_MEM_RW_PHYS;
255 sys
[all...]
/arch/arm/mach-mv78xx0/
H A Dpcie.c101 static int __init mv78xx0_pcie_setup(int nr, struct pci_sys_data *sys) argument
109 sys->private_data = pp;
110 pp->root_bus_nr = sys->busnr;
115 orion_pcie_set_local_bus_nr(pp->base, sys->busnr);
120 pci_add_resource_offset(&sys->resources, &pp->res, sys->mem_offset);
140 struct pci_sys_data *sys = bus->sysdata; local
141 struct pcie_port *pp = sys->private_data;
160 struct pci_sys_data *sys = bus->sysdata; local
161 struct pcie_port *pp = sys
198 mv78xx0_pcie_scan_bus(int nr, struct pci_sys_data *sys) argument
216 struct pci_sys_data *sys = dev->bus->sysdata; local
[all...]
/arch/mn10300/mm/
H A Dcache-dbg-inv-by-reg.S11 #include <linux/sys.h>
/arch/sh/kernel/
H A Ddebugtraps.S12 #include <linux/sys.h>
/arch/alpha/oprofile/
H A Dop_model_ev5.c28 struct op_system_config *sys,
80 ctl |= !sys->enable_pal << 9;
81 ctl |= !sys->enable_kernel << 8;
82 ctl |= !sys->enable_user << 30;
119 struct op_system_config *sys)
121 common_reg_setup(reg, ctr, sys, 19, 22);
127 struct op_system_config *sys)
129 common_reg_setup(reg, ctr, sys, 8, 11);
26 common_reg_setup(struct op_register_config *reg, struct op_counter_config *ctr, struct op_system_config *sys, int cbox1_ofs, int cbox2_ofs) argument
117 ev5_reg_setup(struct op_register_config *reg, struct op_counter_config *ctr, struct op_system_config *sys) argument
125 pca56_reg_setup(struct op_register_config *reg, struct op_counter_config *ctr, struct op_system_config *sys) argument
/arch/um/include/shared/
H A Dptrace_user.h9 #include <sys/ptrace.h>
/arch/x86/ia32/
H A Dsyscall_ia32.c4 #include <linux/sys.h>
/arch/x86/kernel/
H A Dsyscall_32.c4 #include <linux/sys.h>
/arch/arm/mach-orion5x/
H A Dpci.c142 static int __init pcie_setup(struct pci_sys_data *sys) argument
167 pci_ioremap_io(sys->busnr * SZ_64K, ORION5X_PCIE_IO_PHYS_BASE);
185 pci_add_resource_offset(&sys->resources, res, sys->mem_offset);
466 static int __init pci_setup(struct pci_sys_data *sys) argument
485 pci_ioremap_io(sys->busnr * SZ_64K, ORION5X_PCI_IO_PHYS_BASE);
503 pci_add_resource_offset(&sys->resources, res, sys->mem_offset);
541 int __init orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys) argument
548 orion_pcie_set_local_bus_nr(PCIE_BASE, sys
558 orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys) argument
[all...]
H A Dcommon.h63 int orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys);
64 struct pci_bus *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys);
/arch/mips/lantiq/xway/
H A Dclk.c87 unsigned long sys = ltq_ar9_sys_hz(); local
90 return sys;
91 return sys >> 1;
/arch/alpha/kernel/
H A Dsys_sio.c93 orig_route_tab, alpha_mv.sys.sio.route_tab);
101 alpha_mv.sys.sio.route_tab);
182 tmp = __kernel_extbl(alpha_mv.sys.sio.route_tab, irq);
201 tmp = __kernel_extbl(alpha_mv.sys.sio.route_tab, irq);
330 .sys = { .sio = {
360 .sys = { .sio = {
389 .sys = { .sio = {
427 .sys = { .sio = {
456 .sys = { .sio = {
/arch/parisc/math-emu/
H A Dfpu.h44 # include <sys/stdsyms.h>
/arch/x86/um/
H A Dsys_call_table_32.c7 #include <linux/sys.h>

Completed in 417 milliseconds

1234567