Searched refs:mem_flags (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeARM_64.c | 1290 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op1() local 1403 mem_flags = WORD_SIZE; in sljit_emit_op1() 1406 mem_flags = INT_SIZE; in sljit_emit_op1() 1413 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw)) in sljit_emit_op1() 1416 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1() 1430 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1() 1433 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1() 1443 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op2() local 1456 mem_flags = WORD_SIZE; in sljit_emit_op2() 1459 mem_flags = INT_SIZE; in sljit_emit_op2() [all …]
|
| /netbsd-src/sys/arch/xen/x86/ |
| H A D | xen_bus_dma.c | 111 res.mem_flags = 0; in _xen_alloc_contig() 130 res.mem_flags = XENMEMF_address_bits(get_order(high) + PAGE_SHIFT); in _xen_alloc_contig() 137 error, order, res.mem_flags); in _xen_alloc_contig() 186 res.mem_flags = XENMEMF_address_bits(32); in _xen_alloc_contig()
|
| /netbsd-src/sys/external/bsd/dwc2/dist/ |
| H A D | dwc2_hcdddma.c | 140 static int dwc2_frame_list_alloc(struct dwc2_hsotg *hsotg, gfp_t mem_flags) in dwc2_frame_list_alloc() argument 343 gfp_t mem_flags) in dwc2_hcd_qh_init_ddma() argument 354 retval = dwc2_desc_list_alloc(hsotg, qh, mem_flags); in dwc2_hcd_qh_init_ddma() 361 retval = dwc2_frame_list_alloc(hsotg, mem_flags); in dwc2_hcd_qh_init_ddma()
|
| H A D | dwc2_hcd.h | 484 gfp_t mem_flags); 508 gfp_t mem_flags);
|
| H A D | dwc2_hcdqueue.c | 222 gfp_t mem_flags) in dwc2_hcd_qh_create() argument 239 dwc2_hcd_qh_init_ddma(hsotg, qh, mem_flags) < 0) { in dwc2_hcd_qh_create()
|
| H A D | dwc2_hcd.c | 1905 gfp_t mem_flags) in dwc2_hcd_urb_alloc() argument 1912 if ((mem_flags & __GFP_WAIT) == __GFP_WAIT) in dwc2_hcd_urb_alloc()
|
| /netbsd-src/sys/arch/ia64/include/ |
| H A D | mca_machdep.h | 128 uint64_t mem_flags; member
|
| /netbsd-src/sys/arch/xen/xen/ |
| H A D | balloon.c | 375 .mem_flags = 0, in balloon_inflate() 441 .mem_flags = 0, in balloon_deflate()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| H A D | memory.h | 85 unsigned int mem_flags; member
|