Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/linux/sound/soc/intel/atom/sst/
H A Dsst_pvt.c123 int sst_create_ipc_msg(struct ipc_post **arg, bool large) in sst_create_ipc_msg() argument
130 if (large) { in sst_create_ipc_msg()
139 msg->is_large = large; in sst_create_ipc_msg()
153 int sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large, in sst_create_block_and_ipc_msg() argument
159 retval = sst_create_ipc_msg(arg, large); in sst_create_block_and_ipc_msg()
190 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument
203 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg()
205 ret = sst_create_ipc_msg(&msg, large); in sst_prepare_and_post_msg()
215 task_id, large, pvt_id); in sst_prepare_and_post_msg()
269 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld() argument
[all …]
H A Dsst.h463 int sst_create_ipc_msg(struct ipc_post **arg, bool large);
475 int sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large,
488 bool large, bool fill_dsp, bool sync, bool response);
509 int msg, int task_id, int large, int drv_id);
/linux/lib/test_fortify/
H A Dtest_fortify.h23 char large[__BUF_LARGE]; variable
32 memset(large, 0x5A, sizeof(large)); in do_fortify_tests()
H A Dread_overflow2-memmove.c3 memmove(large, instance.buf, sizeof(large))
H A Dread_overflow2-memcpy.c3 memcpy(large, instance.buf, sizeof(large))
H A Dread_overflow2-memcmp.c3 memcmp(large, small, sizeof(small) + 1)
H A Dread_overflow-memcmp.c3 memcmp(small, large, sizeof(small) + 1)
H A Dwrite_overflow_field-memcpy.c3 memcpy(instance.buf, large, sizeof(instance.buf) + 1)
H A Dread_overflow2_field-memmove.c3 memmove(large, instance.buf, sizeof(instance.buf) + 1)
H A Dwrite_overflow_field-memmove.c3 memmove(instance.buf, large, sizeof(instance.buf) + 1)
H A Dread_overflow2_field-memcpy.c3 memcpy(large, instance.buf, sizeof(instance.buf) + 1)
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst54 SD/MMC cards can erase an arbitrarily large area up to and
55 including the whole card. When erasing a large area it may
65 3. The erase timeout becomes too large to be very
68 the value can end up being several minutes for large
74 size for erasing large areas.
/linux/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh22 large=""
42 rm -f "$large" "$small"
59 large=$(mktemp)
67 dd if=/dev/zero of=$large bs=4096 count=$((size / 4096)) >/dev/null 2>&1
258 do_transfer $small $large $time
268 do_transfer $large $small $time
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c54 vcpu->arch.slb[i].large ? 'l' : ' ', in kvmppc_mmu_book3s_64_find_slbe()
235 if (slbe->large) in kvmppc_mmu_book3s_64_xlate()
242 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate()
269 if (slbe->large && in kvmppc_mmu_book3s_64_xlate()
380 slbe->large = (rs & SLB_VSID_L) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
391 if (slbe->large) { in kvmppc_mmu_book3s_64_slbmte()
530 bool large) in kvmppc_mmu_book3s_64_tlbie() argument
554 if (large) in kvmppc_mmu_book3s_64_tlbie()
/linux/drivers/of/unittest-data/
H A Doverlay.dtso8 hvac_2: hvac-large-1 {
9 compatible = "ot,hvac-large";
/linux/drivers/pci/hotplug/
H A DTODO14 * A large portion of cpqphp_ctrl.c and cpqphp_pci.c concerns resource
39 simplified. A lot of functions are too large and too complex, they need
43 * A large portion of ibmphp_res.c and ibmphp_pci.c concerns resource
/linux/Documentation/spi/
H A Dspi-sc18is602.rst34 similar large accesses have to be split into multiple chunks of no more than
36 means that programs such as "cp" or "od", which automatically use large block
/linux/arch/m68k/fpsp040/
H A Dutil.S196 leal EXT_PLRG,%a1 |answer is +/- large number
206 leal EXT_PLRG,%a1 |answer is large positive number
212 leal EXT_PLRG,%a1 |answer is large negative number
227 leal DBL_PLRG,%a1 |answer is +/- large number
237 leal DBL_PLRG,%a1 |answer is large positive number
243 leal DBL_PLRG,%a1 |answer is large negative number
258 leal SGL_PLRG,%a1 |answer is +/- large number
268 leal SGL_PLRG,%a1 |answer is large positive number
274 leal SGL_PLRG,%a1 |answer is large negative number
H A Dx_ovfl.S7 | too large to be represented in a floating-point data register,
9 | data register are too large to be represented in the
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c601 int pcheck, int fast, int large);
1006 int fast, int large) in ahc_scbram_config() argument
1019 if (large) in ahc_scbram_config()
1030 if (large) in ahc_scbram_config()
1044 if (large) in ahc_scbram_config()
1070 int large; in ahc_probe_ext_scbram() local
1075 large = FALSE; in ahc_probe_ext_scbram()
1084 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1102 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1113 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
[all …]
/linux/tools/mm/
H A Dslabinfo-gnuplot.sh84 set terminal png enhanced size $width,$height large
126 set terminal png enhanced size $width,$height large
/linux/Documentation/arch/x86/
H A Dxstate.rst11 trapped by the kernel because by default the required large XSTATE buffers
65 are large enough to accommodate the resulting large signal frame. It
79 the handler allocates a larger xstate buffer for the task so the large
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-uvc.rst23 Each UVC payload header can be between 2 and 12 bytes large. Buffers can
28 perform rate limiting when the device sends a large number of headers.
/linux/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst42 the illusion of a very large memory for processors. This virtual space is split
52 paging structure so that the same linear address using large page size (2 MB, 4
107 This erratum can be mitigated by restricting the use of large page sizes to
119 (non-nested) page tables. For simplicity, KVM will make large pages
/linux/Documentation/core-api/
H A Dpin_user_pages.rst31 This is in order to avoid creating a large number of wrapper functions to cover
58 For large folios, the GUP_PIN_COUNTING_BIAS scheme is not used. Instead,
62 This approach for large folios avoids the counting upper limit problems
68 This also means that huge pages and large folios do not suffer
107 large value (GUP_PIN_COUNTING_BIAS, initially chosen to be 1024: 10 bits) to
275 fields, and to better report on large folios in general. Specifically,
276 for large folios, the exact pincount is reported.

12345678910>>...14