/linux-4.1.27/arch/mips/kernel/ |
D | entry.S | 47 local_irq_disable # make sure we dont miss an 87 # signals dont change between 143 # signals dont change between
|
/linux-4.1.27/arch/arm/mm/ |
D | tlb-v4.S | 37 retne lr @ no, we dont do anything
|
D | tlb-v4wb.S | 37 retne lr @ no, we dont do anything
|
D | tlb-v4wbi.S | 36 retne lr @ no, we dont do anything
|
D | tlb-fa.S | 41 retne lr @ no, we dont do anything
|
/linux-4.1.27/arch/frv/kernel/ |
D | irq.c | 152 #error dont know external IRQ trigger levels for this setup in init_IRQ()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | head.S | 88 # Putting it here means we dont have to recompile the whole
|
D | entry.S | 686 ldt $f0, 64($sp) # dont let "do_switch_stack" change fp state.
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 49 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
|
D | head_v10.S | 124 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | kvm_ppc.h | 179 struct kvm_memory_slot *dont); 258 struct kvm_memory_slot *dont);
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s.c | 742 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot() argument 744 kvm->arch.kvm_ops->free_memslot(free, dont); in kvmppc_core_free_memslot()
|
D | powerpc.c | 585 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument 587 kvmppc_core_free_memslot(kvm, free, dont); in kvm_arch_free_memslot()
|
D | book3s_hv.c | 2363 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot_hv() argument 2365 if (!dont || free->arch.rmap != dont->arch.rmap) { in kvmppc_core_free_memslot_hv()
|
D | book3s_pr.c | 1587 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot_pr() argument
|
D | booke.c | 1775 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot() argument
|
/linux-4.1.27/Documentation/ |
D | robust-futexes.txt | 129 - no registration of individual locks is needed: robust mutexes dont 131 lightweight primitive - so they dont force the application designer
|
D | cpu-hotplug.txt | 100 You really dont need to manipulate any of the system cpu maps. They should
|
D | CodingStyle | 686 words like "dont"; use "do not" or "don't" instead. Make the messages
|
/linux-4.1.27/arch/s390/include/asm/ |
D | kvm_host.h | 636 struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {} in kvm_arch_free_memslot() argument
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 555 用不规范的单词比如“dont”,而要用“do not”或者“don't”。保证这些信息简单、明了、无
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_sync.txt | 166 aevent; i.e we dont wait for a timeout period or a packet threshold
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 557 struct kvm_memory_slot *dont) in kvm_free_physmem_slot() argument 559 if (!dont || free->dirty_bitmap != dont->dirty_bitmap) in kvm_free_physmem_slot() 562 kvm_arch_free_memslot(kvm, free, dont); in kvm_free_physmem_slot()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | kvm_host.h | 841 struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {} in kvm_arch_free_memslot() argument
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 135 If you dont want the mixer elements prefixed with the name of the mixer widget,
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 152 user can perceive this as gapless playback as we dont have silence while
|
/linux-4.1.27/include/linux/ |
D | kvm_host.h | 518 struct kvm_memory_slot *dont);
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 119 ;; Since we dont really want to have two epilogues (one for system calls
|
D | head.S | 33 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
|
/linux-4.1.27/Documentation/locking/ |
D | lockdep-design.txt | 223 dont have to validate the chain again.
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 149 /* dont operate on the pointer.. just do a sanity check.. */
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 7513 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument 7518 if (!dont || free->arch.rmap[i] != dont->arch.rmap[i]) { in kvm_arch_free_memslot() 7525 if (!dont || free->arch.lpage_info[i - 1] != in kvm_arch_free_memslot() 7526 dont->arch.lpage_info[i - 1]) { in kvm_arch_free_memslot()
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 558 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, cancel, dont); in e100_open()
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 1828 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 1107 ;; dont let _in lap _out
|
D | xircom_pgs.S | 1175 ;; dont let _in lap _out
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 1011 dont want to use it, because their dentries are present in global
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 322 <JENS: I dont understand the above, why is end_that_request_first() not
|