Searched refs:async (Results 1 – 11 of 11) sorted by relevance
/arch/tile/mm/ |
D | fault.c | 808 struct async_tlb *async; in do_page_fault() local 815 async = ¤t->thread.dma_async_tlb; in do_page_fault() 819 async = NULL; in do_page_fault() 821 if (async) { in do_page_fault() 830 if (async->fault_num != 0) { in do_page_fault() 833 fault_num, async->fault_num, in do_page_fault() 837 async->fault_num = fault_num; in do_page_fault() 838 async->is_fault = is_page_fault; in do_page_fault() 839 async->is_write = write; in do_page_fault() 840 async->address = address; in do_page_fault() [all …]
|
/arch/powerpc/platforms/powernv/ |
D | opal-async.c | 154 const __be32 *async; in opal_async_comp_init() local 164 async = of_get_property(opal_node, "opal-msg-async-num", NULL); in opal_async_comp_init() 165 if (!async) { in opal_async_comp_init() 172 opal_max_async_tokens = be32_to_cpup(async); in opal_async_comp_init()
|
D | Makefile | 1 obj-y += setup.o opal-wrappers.o opal.o opal-async.o
|
/arch/arm/mach-omap2/ |
D | usb-tusb6010.c | 165 unsigned async, unsigned sync, in tusb6010_setup_interface() argument 173 status = gpmc_cs_request(async, SZ_16M, (unsigned long *) in tusb6010_setup_interface() 181 async_cs = async; in tusb6010_setup_interface()
|
D | Kconfig | 330 through async bridge must ensure that data path is properly drained
|
/arch/powerpc/kernel/vdso64/ |
D | sigtramp.S | 303 # I don't think so, since gcc doesn't support async signals.
|
/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 294 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode1, async); in etrax_sync_serial_init() 295 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode3, async); in etrax_sync_serial_init() 710 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode3, async); in sync_serial_ioctl_unlocked() 721 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode1, async); in sync_serial_ioctl_unlocked()
|
/arch/cris/arch-v10/kernel/ |
D | io_interface_mux.c | 697 SETS(gens_ii, R_GEN_CONFIG_II, sermode1, async); in cris_request_io_interface() 705 SETS(gens_ii, R_GEN_CONFIG_II, sermode3, async); in cris_request_io_interface()
|
/arch/blackfin/mach-bf548/ |
D | Kconfig | 42 async address or GPIO port F and G. Select y to route it
|
/arch/x86/kvm/ |
D | mmu.c | 3321 bool async; in try_async_pf() local 3323 *pfn = gfn_to_pfn_async(vcpu->kvm, gfn, &async, write, writable); in try_async_pf() 3325 if (!async) in try_async_pf()
|
/arch/sparc/kernel/ |
D | entry.S | 324 be sun4m_nmi_error ! Must be an NMI async memory error
|