Searched refs:head (Results 1 - 25 of 2525) sorted by path

1234567891011>>

/linux-master/arch/m68k/include/asm/
H A Dsun3mmu.h10 #include <asm/sun3-head.h>
/linux-master/arch/m68k/kernel/
H A Dsun3-head.S8 #include <asm/sun3-head.h>
/linux-master/arch/m68k/sun3/prom/
H A Dmisc.c12 #include <asm/sun3-head.h>
/linux-master/arch/nios2/boot/compressed/
H A DMakefile6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds
9 OBJECTS = $(obj)/head.o $(obj)/misc.o
/linux-master/arch/powerpc/include/asm/
H A Dhvcserver.h38 extern int hvcs_free_partner_info(struct list_head *head);
40 struct list_head *head, unsigned long *pi_buff);
H A Dps3gpu.h34 static inline int lv1_gpu_display_sync(u64 context_handle, u64 head, argument
39 head, ddr_offset, 0, 0);
42 static inline int lv1_gpu_display_flip(u64 context_handle, u64 head, argument
47 head, ddr_offset, 0, 0);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c95 static void free_pte_rcu(struct rcu_head *head) argument
97 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head);
/linux-master/arch/s390/purgatory/
H A Dpurgatory.lds.S13 .head.text : {
/linux-master/arch/sh/boot/romimage/
H A DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o
19 $(obj)/vmlinux: $(obj)/head.o $(obj-y) $(obj)/piggy.o FORCE
/linux-master/arch/sparc/kernel/
H A Detrap_32.S9 #include <asm/head.h>
H A Detrap_64.S15 #include <asm/head.h>
H A Dhvtramp.S15 #include <asm/head.h>
H A Dpci_sun4v.h54 unsigned long *head);
57 unsigned long head);
60 unsigned long *head);
H A Dtrampoline_32.S9 #include <asm/head.h>
H A Durtt_fill.S6 #include <asm/head.h>
H A Dwinfixup.S8 #include <asm/head.h>
/linux-master/arch/x86/kernel/cpu/mce/
H A Dgenpool.c57 struct llist_node *head; local
61 head = llist_del_all(&mce_event_llist);
62 if (!head)
66 llist_for_each_entry_safe(node, t, head, llnode) {
76 struct llist_node *head; local
80 head = llist_del_all(&mce_event_llist);
81 if (!head)
84 head = llist_reverse_order(head);
85 llist_for_each_entry_safe(node, tmp, head, llnod
[all...]
/linux-master/arch/x86/platform/pvh/
H A DMakefile5 obj-$(CONFIG_PVH) += head.o
/linux-master/drivers/atm/
H A Dfore200e.h603 int head; /* head of cmd queue */ member in struct:host_cmdq
612 int head; /* head of tx queue */ member in struct:host_txq
624 int head; /* head of rx queue */ member in struct:host_rxq
634 int head; /* head of buffer supply queue */ member in struct:host_bsq
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf.h45 u8 *head; member in struct:command_chunk
55 struct command_chunk *qhead; /* Command queue head, instructions
77 struct pending_entry *head; /* head of the queue */ member in struct:pending_queue
/linux-master/drivers/crypto/
H A Dn2_core.h171 * RET1: queue head offset
206 * ARG1: New head offset
221 unsigned long *head);
229 unsigned long head);
/linux-master/drivers/dma/ioat/
H A Dprep.c118 idx = ioat_chan->head;
187 idx = ioat_chan->head;
383 idx = ioat_chan->head;
489 idx = ioat_chan->head;
715 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head);
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_private_obj.c430 list_for_each_entry_safe(obj, next, &config->privobj_list, head)
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c27 nv50_base_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) argument
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
H A Dcurs.h7 int head, s32 oclass, u32 interlock_data,
13 int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);

Completed in 445 milliseconds

1234567891011>>