Home
last modified time | relevance | path

Searched refs:service (Results 1 – 15 of 15) sorted by relevance

/arch/powerpc/boot/
Doflib.c24 __be32 service; /* Address of service name string. */ member
45 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() argument
51 args.service = cpu_to_be32(ADDR(service)); in of_call_prom()
69 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() argument
76 args.service = cpu_to_be32(ADDR(service)); in of_call_prom_ret()
Dof.h11 int of_call_prom(const char *service, int nargs, int nret, ...);
/arch/x86/pci/
Dpcbios.c91 static unsigned long __init bios32_service(unsigned long service) in bios32_service() argument
105 : "0" (service), in bios32_service()
114 printk(KERN_WARNING "bios32_service(0x%lx): not present\n", service); in bios32_service()
118 service, return_code); in bios32_service()
/arch/arm/mach-omap2/
Domap-smc.S69 mov r12, r0 @ Copy the secure service ID
72 smc #1 @ Call PPA service
Dsleep34xx.S103 mov r0, #25 @ set service ID for PPA
104 mov r12, r0 @ copy secure service ID in r12
424 mov r0, #40 @ set service ID for PPA
433 mov r0, #42 @ set service ID for PPA
446 @ set service ID for PPA
448 mov r12, r0 @ copy service ID in r12
/arch/arm/mach-tango/
Dsmc.h2 extern int tango_smc(unsigned int val, unsigned int service);
/arch/arm/boot/dts/
Dste-href-ab8505.dtsi172 service {
175 function = "service";
Dalpine.dtsi109 sysfabric-service@fb070000 {
110 compatible = "al,alpine-sysfabric-service", "syscon";
/arch/powerpc/include/asm/
Drtas.h340 extern int rtas_token(const char *service);
341 extern int rtas_service_present(const char *service);
/arch/sparc/kernel/
Dhead_64.S174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
198 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
222 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
241 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
261 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
349 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
370 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
/arch/powerpc/kernel/
Drtas.c318 int rtas_token(const char *service) in rtas_token() argument
323 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
328 int rtas_service_present(const char *service) in rtas_service_present() argument
330 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
Dprom_init.c113 __be32 service; member
230 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument
236 args.service = cpu_to_be32(ADDR(service)); in call_prom()
254 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument
261 args.service = cpu_to_be32(ADDR(service)); in call_prom_ret()
/arch/arm/plat-omap/
DKconfig107 PPA routine service ID for setting L2 auxiliary control register.
/arch/frv/mm/
Dtlb-miss.S620 # we can now resume normal service
/arch/x86/
DKconfig1902 bool "EFI runtime service support"