Home
last modified time | relevance | path

Searched refs:get_flags (Results 1 – 5 of 5) sorted by relevance

/arch/x86/boot/
Dcpucheck.c109 static void get_flags(void) in get_flags() function
190 get_flags(); in check_cpu()
210 get_flags(); /* Make sure it really did something */ in check_cpu()
/arch/sparc/kernel/
Dof_device_64.c122 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
346 .get_flags = of_bus_pci_get_flags,
355 .get_flags = of_bus_pci_get_flags,
364 .get_flags = of_bus_default_get_flags,
373 .get_flags = of_bus_default_get_flags,
382 .get_flags = of_bus_default_get_flags,
520 flags = bus->get_flags(addr, 0); in build_device_resources()
546 flags = pbus->get_flags(addr, flags); in build_device_resources()
Dof_device_32.c96 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
285 .get_flags = of_bus_pci_get_flags,
294 .get_flags = of_bus_sbus_get_flags,
303 .get_flags = of_bus_default_get_flags,
418 flags = bus->get_flags(reg, 0); in build_device_resources()
444 flags = pbus->get_flags(addr, flags); in build_device_resources()
/arch/powerpc/kernel/
Dprom_parse.c59 unsigned int (*get_flags)(const u32 *addr); member
214 *flags = bus->get_flags(prop); in of_get_pci_address()
386 .get_flags = of_bus_pci_get_flags,
397 .get_flags = of_bus_isa_get_flags,
407 .get_flags = of_bus_default_get_flags,
606 *flags = bus->get_flags(prop); in of_get_address()
/arch/x86/kernel/
Dptrace.c281 static unsigned long get_flags(struct task_struct *task) in get_flags() function
378 return get_flags(task); in getreg()
1117 *val = get_flags(child); in getreg32()