Searched refs:primary (Results 1 - 25 of 55) sorted by relevance

123

/arch/mn10300/boot/compressed/
H A Dhead.S28 # Must save primary CPU's D0-D2 registers as they hold boot parameters
/arch/powerpc/include/asm/
H A Dtsi108_pci.h40 extern int tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary);
H A Dppc-pci.h20 extern void pci_setup_phb_io(struct pci_controller *hose, int primary);
21 extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary);
H A Dpci-bridge.h224 struct device_node *dev, int primary);
/arch/um/drivers/
H A Dnull.c20 static int null_open(int input, int output, int primary, void *d, argument
H A Dchan_kern.c21 static int not_configged_open(int input, int output, int primary, void *data, argument
111 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary,
137 if (chan->primary)
145 if (chan && chan->primary && chan->ops->winch)
169 if (chan->primary)
284 if (chan->primary) {
300 if (chan->primary)
324 if (chan && chan->primary) {
331 if (chan && chan->primary) {
349 if (chan->primary
[all...]
H A Dchan.h20 unsigned int primary:1; member in struct:chan
H A Dtty.c39 static int tty_open(int input, int output, int primary, void *d, argument
H A Dpty.c40 static int pts_open(int input, int output, int primary, void *d, argument
113 static int pty_open(int input, int output, int primary, void *d, argument
H A Dfd.c50 static int fd_open(int input, int output, int primary, void *d, char **dev_out) argument
H A Dport_user.c70 static int port_open(int input, int output, int primary, void *d, argument
/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c118 bool primary)
126 if (!primary)
151 bool primary = false; local
180 primary = !primary;
185 pteg = kvmppc_mmu_get_pteg(vcpu, vsid, eaddr, primary);
204 (primary ? 0 : PTE_SEC);
117 kvmppc_mmu_get_pteg(struct kvm_vcpu *vcpu, u32 vsid, u32 eaddr, bool primary) argument
H A Dbook3s_32_mmu.c116 bool primary)
125 if (!primary)
141 static u32 kvmppc_mmu_book3s_32_get_ptem(u32 sre, gva_t eaddr, bool primary) argument
144 (primary ? 0 : 0x40) | 0x80000000;
204 bool primary)
221 ptegp = kvmppc_mmu_book3s_32_get_pteg(vcpu_book3s, sre, eaddr, primary);
227 ptem = kvmppc_mmu_book3s_32_get_ptem(sre, eaddr, primary);
114 kvmppc_mmu_book3s_32_get_pteg(struct kvmppc_vcpu_book3s *vcpu_book3s, u32 sre, gva_t eaddr, bool primary) argument
202 kvmppc_mmu_book3s_32_xlate_pte(struct kvm_vcpu *vcpu, gva_t eaddr, struct kvmppc_pte *pte, bool data, bool primary) argument
/arch/powerpc/sysdev/
H A Dmv64x60_pci.c126 int primary; local
159 primary = (hose->first_busno == 0);
160 pci_process_bridge_OF_ranges(hose, dev, primary);
H A Dfsl_pci.c538 bus->primary == hose->first_busno) {
690 int primary; local
724 * Controller at offset 0x8500 is primary
727 primary = 1;
729 primary = 0;
765 pci_process_bridge_OF_ranges(hose, dev, primary);
/arch/s390/kernel/
H A Dhead31.S44 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
49 .long 0 # cr1: primary space segment table
53 .long .Lduct # cr5: primary-aste origin
H A Dhead64.S44 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
50 .quad 0 # cr1: primary space segment table
54 .quad .Lduct # cr5: primary-aste origin
/arch/powerpc/boot/dts/
H A Dcurrituck.dts126 primary;
164 primary;
201 primary;
H A Dkatmai.dts282 primary;
328 primary;
369 primary;
410 primary;
/arch/microblaze/include/asm/
H A Dpci-bridge.h137 struct device_node *dev, int primary);
/arch/alpha/boot/tools/
H A Dobjstrip.c42 "usage: %s [-v] -p file primary\n"
52 int fd, ofd, i, j, verbose = 0, primary = 0; local
76 primary = 1; /* make primary bootblock */
102 if (primary) {
103 /* generate bootblock for primary loader */
/arch/powerpc/platforms/powernv/
H A Dpci-p5ioc2.c104 static int primary = 1; local
162 pci_process_bridge_OF_ranges(phb->hose, np, primary);
163 primary = 0;
/arch/sh/boards/mach-microdev/
H A Dirq.c64 # error Inconsistancy in defining the IRQ# for primary IDE!
/arch/powerpc/platforms/maple/
H A Dpci.c499 int primary = 1; local
519 primary = 0;
523 primary = 1;
527 primary = 0;
534 pci_process_bridge_OF_ranges(hose, dev, primary);
/arch/powerpc/platforms/powermac/
H A Dpci.c914 int primary = 1, has_address = 0; local
941 primary = 0;
945 primary = 1;
949 primary = 0;
958 primary = setup_uninorth(hose, &rsrc);
970 primary = 0;
983 pci_process_bridge_OF_ranges(hose, dev, primary);

Completed in 766 milliseconds

123