Home
last modified time | relevance | path

Searched refs:spp (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/powerpc/mm/
Dsubpage-prot.c97 u32 **spm, *spp; in subpage_prot_clear() local
114 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear()
115 if (!spp) in subpage_prot_clear()
117 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in subpage_prot_clear()
124 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear()
146 u32 **spm, *spp; in sys_subpage_prot() local
184 spp = *spm; in sys_subpage_prot()
185 if (!spp) { in sys_subpage_prot()
186 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in sys_subpage_prot()
187 if (!spp) in sys_subpage_prot()
[all …]
Dhash_utils_64.c842 u32 spp = 0; in subpage_protection() local
858 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()
861 spp >>= 30 - 2 * ((ea >> 12) & 0xf); in subpage_protection()
864 spp = ((spp & 2) ? _PAGE_USER : 0) | ((spp & 1) ? _PAGE_RW : 0); in subpage_protection()
865 return spp; in subpage_protection()
1044 int spp = subpage_protection(mm, ea); in hash_page() local
1045 if (access & spp) in hash_page()
1049 local, ssize, spp); in hash_page()
/linux-2.6.39/drivers/scsi/libfc/
Dfc_rport.c976 struct fc_els_spp spp; in fc_rport_prli_resp() member
1011 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1013 pp->spp.spp_flags); in fc_rport_prli_resp()
1014 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1022 if (pp->prli.prli_spp_len < sizeof(pp->spp)) in fc_rport_prli_resp()
1025 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp()
1035 &pp->spp, &temp_spp); in fc_rport_prli_resp()
1071 struct fc_els_spp spp; in fc_rport_enter_prli() member
1101 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()
1688 struct fc_els_spp spp; in fc_rport_recv_prli_req() member
[all …]
/linux-2.6.39/arch/powerpc/sysdev/
Dmicropatch.c632 volatile struct spi_pram *spp; in cpm_load_patch() local
677 spp = (struct spi_pram *)&commproc->cp_dparam[PROFF_SPI]; in cpm_load_patch()
678 spp->rpbase = i; in cpm_load_patch()
/linux-2.6.39/drivers/scsi/
Deata.c2304 struct mssp *spp; in ihdlr() local
2328 spp = &ha->sp; in ihdlr()
2331 memcpy(spp, ha->sp_cpu_addr, sizeof(struct mssp)); in ihdlr()
2343 bytesp = (unsigned char *)spp; in ihdlr()
2354 if (spp->eoc == 0 && ha->iocount > 1) in ihdlr()
2358 if (spp->cpp_index < 0 || spp->cpp_index >= shost->can_queue) in ihdlr()
2361 ha->board_name, spp->cpp_index, irq, reg, ha->iocount); in ihdlr()
2362 if (spp->eoc == 0 || spp->cpp_index < 0 in ihdlr()
2363 || spp->cpp_index >= shost->can_queue) in ihdlr()
2367 i = spp->cpp_index; in ihdlr()
[all …]
Du14-34f.c1730 struct mscp *spp, *cpp; in ihdlr() local
1763 spp = cpp; in ihdlr()
1809 tstatus = status_byte(spp->target_status); in ihdlr()
1813 spp->adapter_status = 0x01; in ihdlr()
1816 switch (spp->adapter_status) { in ihdlr()
1840 if (spp->target_status && SCpnt->device->type == TYPE_DISK && in ihdlr()
1845 SCpnt->serial_number, spp->target_status, in ihdlr()
1905 SCpnt->result = status | spp->target_status; in ihdlr()
1910 if ((spp->adapter_status != ASOK && HD(j)->iocount > 1000) || in ihdlr()
1911 (spp->adapter_status != ASOK && in ihdlr()
[all …]
/linux-2.6.39/include/scsi/
Dfc_encode.h321 struct fc_els_spp spp; in fc_prli_fill() member
329 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill()
330 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()
331 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()
/linux-2.6.39/Documentation/networking/
Difenslave.c246 char **spp, *master_ifname, *slave_ifname; in main() local
319 spp = argv + optind; in main()
320 master_ifname = *spp++; in main()
338 slave_ifname = *spp++; in main()
491 } while ((slave_ifname = *spp++) != NULL); in main()
/linux-2.6.39/fs/ocfs2/cluster/
Dheartbeat.c398 unsigned int spp = reg->hr_slots_per_page; in o2hb_setup_one_bio() local
422 current_page = cs / spp; in o2hb_setup_one_bio()
426 (max_slots-cs) * (PAGE_CACHE_SIZE/spp) ); in o2hb_setup_one_bio()
434 cs += vec_len / (PAGE_CACHE_SIZE/spp); in o2hb_setup_one_bio()
1598 unsigned int spp = reg->hr_slots_per_page; in o2hb_map_slot_data() local
1623 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp; in o2hb_map_slot_data()
1626 reg->hr_num_pages, reg->hr_blocks, spp); in o2hb_map_slot_data()
1644 last_slot = i * spp; in o2hb_map_slot_data()
1647 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
/linux-2.6.39/Documentation/
Dkernel-parameters.txt1873 up parallel port mode and sets it to spp.
1875 Format: [spp|ps2|epp|ecp|ecpepp]