Home
last modified time | relevance | path

Searched +refs:mm +refs:get +refs:op (Results 1 – 9 of 9) sorted by relevance

/linux/sound/sparc/ !
H A Ddbri.c304 struct platform_device *op; /* OF device info */ member
320 struct cs4215 mm; /* mmcodec special info */ member
1351 static int cs4215_init_data(struct cs4215 *mm) in cs4215_init_data() argument
1360 mm->data[0] = CS4215_LO(0x20) | CS4215_HE | CS4215_LE; in cs4215_init_data()
1361 mm->data[1] = CS4215_RO(0x20) | CS4215_SE; in cs4215_init_data()
1362 mm->data[2] = CS4215_LG(0x8) | CS4215_IS | CS4215_PIO0 | CS4215_PIO1; in cs4215_init_data()
1363 mm->data[3] = CS4215_RG(0x8) | CS4215_MA(0xf); in cs4215_init_data()
1372 mm->ctrl[0] = CS4215_RSRVD_1 | CS4215_MLB; in cs4215_init_data()
1373 mm->ctrl[1] = CS4215_DFR_ULAW | CS4215_FREQ[0].csval; in cs4215_init_data()
1374 mm->ctrl[2] = CS4215_XCLK | CS4215_BSEL_128 | CS4215_FREQ[0].xtal; in cs4215_init_data()
[all …]
/linux/arch/alpha/kernel/ !
H A Dosf_sys.c74 struct mm_struct *mm; in SYSCALL_DEFINE4() local
76 mm = current->mm; in SYSCALL_DEFINE4()
77 mm->end_code = bss_start + bss_len; in SYSCALL_DEFINE4()
78 mm->start_brk = bss_start + bss_len; in SYSCALL_DEFINE4()
79 mm->brk = bss_start + bss_len; in SYSCALL_DEFINE4()
621 } get; member
662 error = get_user(min_buf_size_ptr, &args->get.min_buf_size); in SYSCALL_DEFINE2()
761 SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer, in SYSCALL_DEFINE5() argument
767 switch (op) { in SYSCALL_DEFINE5()
818 SYSCALL_DEFINE5(osf_setsysinfo, unsigned long, op, void __user *, buffer, in SYSCALL_DEFINE5() argument
[all …]
/linux/arch/x86/kvm/ !
H A Demulate.c223 struct opcode op[8]; member
312 #define __FOP_START(op, align) \ argument
313 extern void em_##op(struct fastop *fake); \
315 ".global em_" #op " \n\t" \
317 "em_" #op ":\n\t"
319 #define FOP_START(op) __FOP_START(op, FASTOP_SIZE) argument
331 #define FOP1E(op, dst) \ argument
332 __FOP_FUNC(#op "_" #dst) \
333 "10: " #op " %" #dst " \n\t" \
334 __FOP_RET(#op "_" #dst)
[all …]
/linux/Documentation/driver-api/ !
H A Dvfio.rst110 Additionally, it now becomes possible to get file descriptors for each
324 Finally the user could get cdev fd by::
557 pe_op.op = VFIO_EEH_PE_ENABLE;
566 pe_op.op = VFIO_EEH_PE_GET_STATE;
578 pe_op.op = VFIO_EEH_PE_INJECT_ERR;
602 pe_op.op = VFIO_EEH_PE_UNFREEZE_IO;
610 pe_op.op = VFIO_EEH_PE_RESET_HOT;
612 pe_op.op = VFIO_EEH_PE_RESET_DEACTIVATE;
616 pe_op.op = VFIO_EEH_PE_CONFIGURE;
636 mm::locked_vm counter to make sure we do not exceed the rlimit.
/linux/Documentation/mm/ !
H A Dunevictable-lru.rst75 (1) We get to "treat unevictable folios just like we treat other folios in the
76 system - which means we get to use the same code to manipulate them, the
162 The function folio_evictable() in mm/internal.h determines whether a folio is
225 posted by Nick Piggin in an RFC patch entitled "mm: mlocked pages off LRU".
296 treated as a no-op and mlock_fixup() simply returns.
415 before mlock_pte_range() reached it, it would get counted twice in mlock_count.
467 get swapped out - but major page faults to fault memory in might still happen.
/linux/drivers/net/wireless/mediatek/mt76/ !
H A Dmt76_connac_mcu.c23 int mt76_connac_mcu_patch_sem_ctrl(struct mt76_dev *dev, bool get) in mt76_connac_mcu_patch_sem_ctrl() argument
25 u32 op = get ? PATCH_SEM_GET : PATCH_SEM_RELEASE; in mt76_connac_mcu_patch_sem_ctrl() local
27 __le32 op; in mt76_connac_mcu_patch_sem_ctrl() member
29 .op = cpu_to_le32(op), in mt76_connac_mcu_patch_sem_ctrl()
980 ht->mm = sta->deflink.ht_cap.ampdu_density; in mt76_connac_mcu_wtbl_ht_tlv()
984 ht->mm = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in mt76_connac_mcu_wtbl_ht_tlv()
/linux/ !
H A DMAINTAINERS2645 F: arch/arm/mm/*-fa*
3561 F: arch/arm/mm/cache-uniphier.c
4846 F: arch/arm/mm/cache-b15-rac.c
5346 L: linux-mm@kvack.org
6268 L: linux-mm@kvack.org
6272 F: mm/memcontrol.c
6273 F: mm/memcontrol-v1.c
6274 F: mm/memcontrol-v1.h
6275 F: mm/page_counter.c
6276 F: mm/swap_cgroup.c
[all …]
H A DCREDITS278 E: pbd@op.net
596 D: device drivers. His encouragement also helped many engineers get
782 D: Assorted sched/mm titbits
1272 D: General mm minor tidyups
1777 D: Some other hacks to get different kinds of programs to work for linux
3318 D: {copy,get,put}_user calls updates
3398 D: Linux-MM site, Documentation/admin-guide/sysctl/*, swap/mm readaround
4513 # last entry, and he'll get positively pissed if he can't even
/linux/Documentation/process/ !
H A Dcoding-style.rst494 <https://lore.kernel.org/mm-commits/CAHk-=wiOCLRny5aifWNhr621kYrJwhfURsa0vFPeUEm8mF0ufg@mail.gmail.…
651 So, you can either get rid of GNU emacs, or change it to use saner
1165 files, providing no-op stub versions in the #else case, and then call those