Searched refs:action (Results 76 - 100 of 1431) sorted by path

1234567891011>>

/linux-master/arch/mips/loongson64/
H A Dsmp.c39 static void (*ipi_write_action)(int cpu, u32 action);
66 u32 action; local
69 action = csr_readl(LOONGSON_CSR_IPI_STATUS);
71 csr_writel(action, LOONGSON_CSR_IPI_CLEAR);
73 return action;
76 static void csr_ipi_write_action(int cpu, u32 action) argument
80 while ((irq = ffs(action))) {
85 action &= ~BIT(irq - 1);
120 u32 action; local
123 action
131 legacy_ipi_write_action(int cpu, u32 action) argument
371 loongson3_send_ipi_single(int cpu, unsigned int action) argument
377 loongson3_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
389 unsigned int action, c0count; local
[all...]
/linux-master/arch/mips/mm/
H A Dc-octeon.c65 extern void octeon_send_ipi_single(int cpu, unsigned int action);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c97 static void ip27_send_ipi_single(int destid, unsigned int action) argument
101 switch (action) {
121 static void ip27_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
126 ip27_send_ipi_single(i, action);
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c46 static void ip30_smp_send_ipi_single(int cpu, u32 action) argument
50 switch (action) {
58 panic("IP30: Unknown action value in %s!\n", __func__);
67 static void ip30_smp_send_ipi_mask(const struct cpumask *mask, u32 action) argument
72 ip30_smp_send_ipi_single(i, action);
/linux-master/arch/parisc/kernel/
H A Dirq.c192 struct irqaction *action; local
195 action = desc->action;
196 if (!action)
205 seq_printf(p, " %s", action->name);
207 while ((action = action->next))
208 seq_printf(p, ", %s", action->name);
210 for ( ;action; action
[all...]
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h60 extern void hash__tlbiel_all(unsigned int action);
H A Dtlbflush-radix.h34 extern void radix__tlbiel_all(unsigned int action);
42 static inline void radix__tlbiel_all(unsigned int action) { WARN_ON(1); } argument
/linux-master/arch/powerpc/include/asm/
H A Drtas-types.h103 u8 action; member in struct:pseries_hp_errorlog
H A Dset_memory.h13 int change_memory_attr(unsigned long addr, int numpages, long action);
/linux-master/arch/powerpc/kernel/
H A Deeh.c923 unsigned long action, void *unused)
934 unsigned long action, void *data)
938 switch (action) {
913 eeh_reboot_notifier(struct notifier_block *nb, unsigned long action, void *unused) argument
924 eeh_device_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
H A Diommu.c160 unsigned long action, void *data)
164 if (action == BUS_NOTIFY_ADD_DEVICE) {
168 } else if (action == BUS_NOTIFY_DEL_DEVICE) {
159 fail_iommu_bus_notify(struct notifier_block *nb, unsigned long action, void *data) argument
H A Disa-bridge.c229 static int isa_bridge_notify(struct notifier_block *nb, unsigned long action, argument
236 switch(action) {
H A Dpci-common.c394 unsigned long action, void *data)
398 if (action == BUS_NOTIFY_DEL_DEVICE) {
393 ppc_pci_unmap_irq_line(struct notifier_block *nb, unsigned long action, void *data) argument
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c82 struct kvmppc_host_rm_core *rm_core, int max, int action)
95 new.rm_action = action;
114 static inline int find_available_hostcore(int action) argument
120 core = grab_next_hostcore(my_core, rm_core, cpu_nr_cores(), action);
122 core = grab_next_hostcore(core, rm_core, my_core, action);
894 static void rm_host_ipi_action(int action, void *data) argument
896 switch (action) {
901 WARN(1, "Unexpected rm_action=%d data=%p\n", action, data);
81 grab_next_hostcore(int start, struct kvmppc_host_rm_core *rm_core, int max, int action) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c251 void hash__tlbiel_all(unsigned int action) argument
255 switch (action) {
H A Dradix_tlb.c77 void radix__tlbiel_all(unsigned int action) argument
81 switch (action) {
/linux-master/arch/powerpc/mm/
H A Dpageattr.c33 long action = (long)data; local
37 switch (action) {
75 int change_memory_attr(unsigned long addr, int numpages, long action) argument
103 change_page_attr, (void *)action);
/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c565 static int cell_of_bus_notify(struct notifier_block *nb, unsigned long action,
571 if (action != BUS_NOTIFY_ADD_DEVICE)
582 cell_of_bus_notify(struct notifier_block *nb, unsigned long action, void *data) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c447 unsigned long action, void *unused)
449 if (action == SYS_RESTART) {
465 * @action: action to take
473 unsigned long action, void *arg)
475 switch (action) {
446 cmm_reboot_notifier(struct notifier_block *nb, unsigned long action, void *unused) argument
472 cmm_memory_cb(struct notifier_block *self, unsigned long action, void *arg) argument
H A Ddlpar.c433 hp_elog->action = PSERIES_HP_ELOG_ACTION_ADD;
435 hp_elog->action = PSERIES_HP_ELOG_ACTION_REMOVE;
437 pr_err("Invalid action specified.\n");
529 * <resource> <action> <id_type> <id>
H A Dhotplug-cpu.c764 switch (hp_elog->action) {
786 pr_err("Invalid action (%d) specified\n", hp_elog->action);
836 unsigned long action, void *data)
841 switch (action) {
835 pseries_smp_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
H A Dhotplug-memory.c816 switch (hp_elog->action) {
860 pr_err("Invalid action (%d) specified\n", hp_elog->action);
898 unsigned long action, void *data)
903 switch (action) {
897 pseries_memory_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
H A Diommu.c1654 static int iommu_mem_notifier(struct notifier_block *nb, unsigned long action, argument
1661 switch (action) {
1688 if (ret && action != MEM_CANCEL_ONLINE)
1698 static int iommu_reconfig_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
1706 switch (action) {
H A Dmobility.c317 u32 action = be32_to_cpu(*data) & NODE_ACTION_MASK; local
329 pr_warn("Failed lookup: phandle 0x%x for action 0x%x\n",
330 be32_to_cpu(phandle), action);
334 switch (action) {
H A Dpmem.c128 if (hp_elog->action == PSERIES_HP_ELOG_ACTION_ADD) {
130 } else if (hp_elog->action == PSERIES_HP_ELOG_ACTION_REMOVE) {
133 pr_err("Unsupported hotplug action (%d)\n", hp_elog->action);

Completed in 803 milliseconds

1234567891011>>