Searched refs:async (Results 1 – 11 of 11) sorted by relevance
/arch/tile/mm/ |
D | fault.c | 805 struct async_tlb *async; in __do_page_fault() local 812 async = ¤t->thread.dma_async_tlb; in __do_page_fault() 816 async = NULL; in __do_page_fault() 818 if (async) { in __do_page_fault() 827 if (async->fault_num != 0) { in __do_page_fault() 829 fault_num, async->fault_num, in __do_page_fault() 833 async->fault_num = fault_num; in __do_page_fault() 834 async->is_fault = is_page_fault; in __do_page_fault() 835 async->is_write = write; in __do_page_fault() 836 async->address = address; in __do_page_fault() [all …]
|
/arch/powerpc/platforms/powernv/ |
D | opal-async.c | 157 const __be32 *async; in opal_async_comp_init() local 167 async = of_get_property(opal_node, "opal-msg-async-num", NULL); in opal_async_comp_init() 168 if (!async) { in opal_async_comp_init() 175 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 idle.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()
|
/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 | 3452 bool async; in try_async_pf() local 3455 async = false; in try_async_pf() 3456 *pfn = __gfn_to_pfn_memslot(slot, gfn, false, &async, write, writable); in try_async_pf() 3457 if (!async) in try_async_pf()
|
/arch/s390/kernel/ |
D | entry.S | 99 0: lg %r14,__LC_ASYNC_STACK # are we already on the async stack? 109 2: lg %r15,__LC_ASYNC_STACK # load async stack
|
/arch/sparc/kernel/ |
D | entry.S | 324 be sun4m_nmi_error ! Must be an NMI async memory error
|