/arch/powerpc/boot/ |
D | oflib.c | 20 __be32 service; /* Address of service name string. */ member 41 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() argument 47 args.service = cpu_to_be32(ADDR(service)); in of_call_prom() 65 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() argument 72 args.service = cpu_to_be32(ADDR(service)); in of_call_prom_ret()
|
D | of.h | 11 int of_call_prom(const char *service, int nargs, int nret, ...);
|
/arch/x86/pci/ |
D | pcbios.c | 91 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/ |
D | omap-smc.S | 67 mov r12, r0 @ Copy the secure service ID 70 smc #1 @ Call PPA service
|
D | sleep34xx.S | 91 mov r0, #25 @ set service ID for PPA 92 mov r12, r0 @ copy secure service ID in r12 412 mov r0, #40 @ set service ID for PPA 421 mov r0, #42 @ set service ID for PPA 434 @ set service ID for PPA 436 mov r12, r0 @ copy service ID in r12
|
/arch/arm/mach-tango/ |
D | smc.h | 2 extern int tango_smc(unsigned int val, unsigned int service);
|
/arch/powerpc/include/asm/ |
D | rtas.h | 235 extern int rtas_token(const char *service); 236 extern int rtas_service_present(const char *service);
|
/arch/arm/boot/dts/ |
D | alpine.dtsi | 115 sysfabric-service@fb070000 { 116 compatible = "al,alpine-sysfabric-service", "syscon";
|
/arch/sparc/kernel/ |
D | head_64.S | 174 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/platforms/pseries/ |
D | papr_scm.c | 632 int (*service)(struct papr_scm_priv *dimm, member 641 .service = NULL, 648 .service = papr_pdsm_health, 654 .service = NULL, 708 if (pdsc->service) { in papr_scm_service_pdsm() 711 rc = pdsc->service(p, &pdsm_pkg->payload); in papr_scm_service_pdsm()
|
/arch/powerpc/kernel/ |
D | rtas.c | 317 int rtas_token(const char *service) in rtas_token() argument 322 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token() 327 int rtas_service_present(const char *service) in rtas_service_present() argument 329 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
|
D | prom_init.c | 111 __be32 service; member 370 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument 376 args.service = cpu_to_be32(ADDR(service)); in call_prom() 394 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument 401 args.service = cpu_to_be32(ADDR(service)); in call_prom_ret()
|
/arch/arm/plat-omap/ |
D | Kconfig | 106 PPA routine service ID for setting L2 auxiliary control register.
|
/arch/arm64/boot/dts/qcom/ |
D | sdm845.dtsi | 790 apr-service@3 { 796 q6afe: apr-service@4 { 808 q6asm: apr-service@7 { 821 q6adm: apr-service@8 {
|
/arch/x86/ |
D | Kconfig | 1936 bool "EFI runtime service support"
|